summaryrefslogtreecommitdiff
path: root/linux/arch/alpha/include/asm/bugs.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/alpha/include/asm/bugs.h
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/alpha/include/asm/bugs.h')
-rw-r--r--linux/arch/alpha/include/asm/bugs.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux/arch/alpha/include/asm/bugs.h b/linux/arch/alpha/include/asm/bugs.h
new file mode 100644
index 00000000..78030d1c
--- /dev/null
+++ b/linux/arch/alpha/include/asm/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)
+{
+}