patch-2.3.16 linux/include/asm-sh/bugs.h

Next file: linux/include/asm-sh/byteorder.h
Previous file: linux/include/asm-sh/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/include/asm-sh/bugs.h linux/include/asm-sh/bugs.h
@@ -0,0 +1,21 @@
+#ifndef __ASM_SH_BUGS_H
+#define __ASM_SH_BUGS_H
+
+/*
+ * This is included by init/main.c to check for architecture-dependent bugs.
+ *
+ * Needs:
+ *	void check_bugs(void);
+ */
+
+/*
+ * I don't know of any Super-H bugs yet.
+ */
+
+#include <linux/config.h>
+#include <asm/processor.h>
+
+__initfunc(static void check_bugs(void))
+{
+}
+#endif /* __ASM_SH_BUGS_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)