diff options
Diffstat (limited to 'include/asm-blackfin/spinlock.h')
-rw-r--r-- | include/asm-blackfin/spinlock.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-blackfin/spinlock.h b/include/asm-blackfin/spinlock.h new file mode 100644 index 000000000000..64e908a50646 --- /dev/null +++ b/include/asm-blackfin/spinlock.h @@ -0,0 +1,6 @@ +#ifndef __BFIN_SPINLOCK_H +#define __BFIN_SPINLOCK_H + +#error blackfin architecture does not support SMP spin lock yet + +#endif |