diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-10 01:47:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-10 17:57:09 -0500 |
commit | 068790334cececc3d2d945617ccc585477da2e38 (patch) | |
tree | 5a9c55238ef9ae4114d99f424320080cc3842384 /arch/x86/kernel/smpboot.c | |
parent | 1de8cd3cb9f61e854e743c7210df43db517d4832 (diff) |
x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h
Impact: cleanup
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, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 6c2b8444b830..84ac1cf46d87 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -55,6 +55,7 @@ | |||
55 | #include <asm/idle.h> | 55 | #include <asm/idle.h> |
56 | #include <asm/trampoline.h> | 56 | #include <asm/trampoline.h> |
57 | #include <asm/cpu.h> | 57 | #include <asm/cpu.h> |
58 | #include <asm/cpumask.h> | ||
58 | #include <asm/numa.h> | 59 | #include <asm/numa.h> |
59 | #include <asm/pgtable.h> | 60 | #include <asm/pgtable.h> |
60 | #include <asm/tlbflush.h> | 61 | #include <asm/tlbflush.h> |