diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-10 09:47:37 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-11 01:57:09 +0300 |
commit | 068790334cececc3d2d945617ccc585477da2e38 (patch) | |
tree | 5a9c55238ef9ae4114d99f424320080cc3842384 /arch/x86/kernel/setup_percpu.c | |
parent | 1de8cd3cb9f61e854e743c7210df43db517d4832 (diff) | |
download | linux-068790334cececc3d2d945617ccc585477da2e38.tar.xz |
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/setup_percpu.c')
-rw-r--r-- | arch/x86/kernel/setup_percpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_percpu.c b/arch/x86/kernel/setup_percpu.c index 55c46074eba0..bf63de72b643 100644 --- a/arch/x86/kernel/setup_percpu.c +++ b/arch/x86/kernel/setup_percpu.c @@ -13,6 +13,7 @@ #include <asm/mpspec.h> #include <asm/apicdef.h> #include <asm/highmem.h> +#include <asm/cpumask.h> #ifdef CONFIG_X86_LOCAL_APIC unsigned int num_processors; |