aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-m68k/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/spinlock.h')
-rw-r--r--include/asm-m68k/spinlock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/spinlock.h b/include/asm-m68k/spinlock.h
new file mode 100644
index 000000000000..20f46e27b534
--- /dev/null
+++ b/include/asm-m68k/spinlock.h
@@ -0,0 +1,6 @@
+#ifndef __M68K_SPINLOCK_H
+#define __M68K_SPINLOCK_H
+
+#error "m68k doesn't do SMP yet"
+
+#endif