diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-10 12:17:37 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-10 23:57:09 +0100 |
commit | 068790334cececc3d2d945617ccc585477da2e38 (patch) | |
tree | 5a9c55238ef9ae4114d99f424320080cc3842384 /arch/x86/kernel/cpu/common.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/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 14e543b6fd4f..f00258462444 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -22,6 +22,7 @@ #include <asm/numa.h> #include <asm/smp.h> #include <asm/cpu.h> +#include <asm/cpumask.h> #ifdef CONFIG_X86_LOCAL_APIC #include <asm/mpspec.h> #include <asm/apic.h> |