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 00000000000..d5407fa173e --- /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 |