diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 18:18:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 18:18:39 +0900 |
commit | cb7af21f7d370edb3a6a6d3e15cb17c8fd61591e (patch) | |
tree | 9042e4b322593adc3864b28a8c0899d7af7a52da /include/asm-sh | |
parent | c3af39758ce49b79570ab5ff2f64e0ea5fd82c9b (diff) | |
download | linux-cb7af21f7d370edb3a6a6d3e15cb17c8fd61591e.tar.bz2 |
sh: Use boot_cpu_data for CPU probe.
This moves off of smp_processor_id() and only sets the probe
information for the boot CPU directly. This will be copied out
for the secondaries, so there's no reason to do this each time.
This also allows for some header tidying.
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, 0 insertions, 1 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index 9f3ee775fe13..4f2922a1979c 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h @@ -10,7 +10,6 @@ #ifdef __KERNEL__ #include <linux/compiler.h> -#include <linux/smp.h> #include <asm/page.h> #include <asm/types.h> #include <asm/cache.h> |