projects
/
kernel
/
kernel-generic.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
8b6d9c9
..
8b4e23b
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__