aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/smp.h')
-rw-r--r--include/asm-arm26/smp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-arm26/smp.h b/include/asm-arm26/smp.h
new file mode 100644
index 000000000000..5ca771631fd8
--- /dev/null
+++ b/include/asm-arm26/smp.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_SMP_H
+#define __ASM_SMP_H
+
+#include <linux/config.h>
+
+#ifdef CONFIG_SMP
+#error SMP not supported
+#endif
+
+#endif