summaryrefslogtreecommitdiff
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-14 03:53:47 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-14 03:53:47 -0700
commit6e46507d0178ad4b33ed3bfcc72dc6e1e8a17790 (patch)
tree4317fe09401242551f6acd6d5fb3803ef28ff34d /include/asm-sparc
parent2b6d868fa62b51500dd95a036229adc4a4a7bdae (diff)
[SPARC32]: asm/system.h needs asm/smp.h
To get hard_smp_processor_id() even on UP builds. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h
index 8b6d9c9c8b93..8b4e23b3bb38 100644
--- 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__