]> Pileus Git - ~andy/linux/blobdiff - arch/arm/include/asm/spinlock.h
Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration
[~andy/linux] / arch / arm / include / asm / spinlock.h
index fdd3820edff86ed900147d00436df2b6c2afd08f..65fa3c88095c3c7b324a5027610133dc1f825d4b 100644 (file)
@@ -5,6 +5,8 @@
 #error SMP not supported on pre-ARMv6 CPUs
 #endif
 
+#include <asm/processor.h>
+
 /*
  * sev and wfe are ARMv6K extensions.  Uniprocessor ARMv6 may not have the K
  * extensions, so when running on UP, we have to patch these instructions away.