diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-07 18:11:35 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-07 13:51:21 +0100 |
commit | 6e5385d44b2df05e50a8d07ba0e14d3e32685237 (patch) | |
tree | 12bff175cedd16bc0420cc8d2132d2093358cfb8 /arch/x86/kernel/smpboot.c | |
parent | dacf7333571d770366bff74d10b56aa545434605 (diff) |
x86: smp.h move prefill_possible_map declartion to cpu.h
Impact: cleanup, moving NON-SMP stuff from smp.h
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 07576bee03e..f8c885bed18 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -53,7 +53,6 @@ #include <asm/nmi.h> #include <asm/irq.h> #include <asm/idle.h> -#include <asm/smp.h> #include <asm/trampoline.h> #include <asm/cpu.h> #include <asm/numa.h> |