]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SPARC32]: asm/system.h needs asm/smp.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 14 May 2007 10:53:47 +0000 (03:53 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 14 May 2007 10:53:47 +0000 (03:53 -0700)
To get hard_smp_processor_id() even on UP builds.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/system.h

index 8b6d9c9c8b938ab38d2f99d6112adea1ca3c6ee2..8b4e23b3bb38477557905b504d8e3ba5dfde0fc8 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/psr.h>
 #include <asm/ptrace.h>
 #include <asm/btfixup.h>
+#include <asm/smp.h>
 
 #ifndef __ASSEMBLY__