aboutsummaryrefslogtreecommitdiffstats
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
parent[SPARC32]: Update defconfig. (diff)
downloadlinux-dev-6e46507d0178ad4b33ed3bfcc72dc6e1e8a17790.tar.xz
linux-dev-6e46507d0178ad4b33ed3bfcc72dc6e1e8a17790.zip
[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>
-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__