summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/bugs.h
diff options
context:
space:
mode:
authorBryan Wu2008-08-27 04:51:02 +0200
committerBryan Wu2008-08-27 04:51:02 +0200
commit639f6571458948b5112be2cf00c0c2c04db2897d (patch)
treea4dd7af33d0e92c935ba1e904f6fb7e923ac825e /arch/blackfin/include/asm/bugs.h
parentBlackfin arch: fix bug - MPU crashes under stress (diff)
downloadkernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.tar.gz
kernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.tar.xz
kernel-qcow2-linux-639f6571458948b5112be2cf00c0c2c04db2897d.zip
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/include/asm/bugs.h')
-rw-r--r--arch/blackfin/include/asm/bugs.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/bugs.h b/arch/blackfin/include/asm/bugs.h
new file mode 100644
index 000000000000..9093c9c1fb81
--- /dev/null
+++ b/arch/blackfin/include/asm/bugs.h
@@ -0,0 +1,16 @@
+/*
+ * include/asm-blackfin/bugs.h
+ *
+ * Copyright (C) 1994 Linus Torvalds
+ */
+
+/*
+ * This is included by init/main.c to check for architecture-dependent bugs.
+ *
+ * Needs:
+ * void check_bugs(void);
+ */
+
+static void check_bugs(void)
+{
+}