]> err.no Git - linux-2.6/blobdiff - include/asm-sh/smp.h
sdio: add SDIO_FBR_BASE(f) macro
[linux-2.6] / include / asm-sh / smp.h
index 71ecddf70db382f7153b6f6888eec216056914b9..b99ca786c0c1986c028c7dc325e91ca97ae26e7b 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifdef CONFIG_SMP
 
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
 #include <asm/atomic.h>
 #include <asm/current.h>
 
@@ -39,4 +39,6 @@ extern struct smp_fn_call_struct smp_fn_call;
 
 #endif /* CONFIG_SMP */
 
+#define hard_smp_processor_id()        (0)
+
 #endif /* __ASM_SH_SMP_H */