aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-27 12:57:35 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-09-27 12:57:35 +0900
commit09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (patch)
tree3eabbff593d4d6e4198ca6cf7f69d1e0970609a1 /include/asm-sh
parentsh: Disable 4kB pages on extended mode TLB. (diff)
downloadlinux-dev-09a4df5f0c8b7c418821fe591bf0d0f13b206c61.tar.xz
linux-dev-09a4df5f0c8b7c418821fe591bf0d0f13b206c61.zip
sh: processor.h needs smp.h
Trivial build fix for SH-2. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h
index 4f2922a1979c..9f3ee775fe13 100644
--- a/include/asm-sh/processor.h
+++ b/include/asm-sh/processor.h
@@ -10,6 +10,7 @@
#ifdef __KERNEL__
#include <linux/compiler.h>
+#include <linux/smp.h>
#include <asm/page.h>
#include <asm/types.h>
#include <asm/cache.h>