aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/spinlock.h')
-rw-r--r--include/asm-arm26/spinlock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm26/spinlock.h b/include/asm-arm26/spinlock.h
new file mode 100644
index 0000000..e92e81d
--- /dev/null
+++ b/include/asm-arm26/spinlock.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_SPINLOCK_H
+#define __ASM_SPINLOCK_H
+
+#error ARM architecture does not support SMP spin locks
+
+#endif /* __ASM_SPINLOCK_H */