projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6d868
)
[SPARC32]: asm/system.h needs asm/smp.h
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 14 May 2007 10:53:47 +0000
(
03:53
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/asm-sparc/system.h
b/include/asm-sparc/system.h
index 8b6d9c9c8b938ab38d2f99d6112adea1ca3c6ee2..8b4e23b3bb38477557905b504d8e3ba5dfde0fc8 100644
(file)
--- a/
include/asm-sparc/system.h
+++ b/
include/asm-sparc/system.h
@@
-11,6
+11,7
@@
#include <asm/psr.h>
#include <asm/ptrace.h>
#include <asm/btfixup.h>
+#include <asm/smp.h>
#ifndef __ASSEMBLY__