aboutsummaryrefslogtreecommitdiff
path: root/include/asm-alpha/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/bugs.h')
-rw-r--r--include/asm-alpha/bugs.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/asm-alpha/bugs.h b/include/asm-alpha/bugs.h
new file mode 100644
index 000000000000..78030d1c7e7e
--- /dev/null
+++ b/include/asm-alpha/bugs.h
@@ -0,0 +1,20 @@
+/*
+ * include/asm-alpha/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);
+ */
+
+/*
+ * I don't know of any alpha bugs yet.. Nice chip
+ */
+
+static void check_bugs(void)
+{
+}