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