diff options
author | Paul Mundt | 2007-09-27 05:57:35 +0200 |
---|---|---|
committer | Paul Mundt | 2007-09-27 05:57:35 +0200 |
commit | 09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (patch) | |
tree | 3eabbff593d4d6e4198ca6cf7f69d1e0970609a1 /include/asm-sh | |
parent | sh: Disable 4kB pages on extended mode TLB. (diff) | |
download | kernel-qcow2-linux-09a4df5f0c8b7c418821fe591bf0d0f13b206c61.tar.gz kernel-qcow2-linux-09a4df5f0c8b7c418821fe591bf0d0f13b206c61.tar.xz kernel-qcow2-linux-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.h | 1 |
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> |