diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-10 12:20:24 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-10 23:57:20 +0100 |
commit | fb8fd077fbf0de6662acfd240e8e6b25cf3202ca (patch) | |
tree | 55bf6c71cd4137863bcef75ede91b274aa015872 /arch/x86/kernel/smpboot.c | |
parent | 068790334cececc3d2d945617ccc585477da2e38 (diff) | |
download | blackbird-obmc-linux-fb8fd077fbf0de6662acfd240e8e6b25cf3202ca.tar.gz blackbird-obmc-linux-fb8fd077fbf0de6662acfd240e8e6b25cf3202ca.zip |
x86: smp.h move cpu_callout_mask and cpu_callout_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, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 84ac1cf46d87..6c2b8444b830 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -55,7 +55,6 @@ #include <asm/idle.h> #include <asm/trampoline.h> #include <asm/cpu.h> -#include <asm/cpumask.h> #include <asm/numa.h> #include <asm/pgtable.h> #include <asm/tlbflush.h> |