diff options
Diffstat (limited to 'include/asm-h8300/spinlock.h')
-rw-r--r-- | include/asm-h8300/spinlock.h | 6 |
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 @@ | |||
1 | #ifndef __H8300_SPINLOCK_H | ||
2 | #define __H8300_SPINLOCK_H | ||
3 | |||
4 | #error "H8/300 doesn't do SMP yet" | ||
5 | |||
6 | #endif | ||