diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-04-04 15:40:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:34 -0400 |
commit | 0fc0906e59df1427d194b78376d15ca48079f6bf (patch) | |
tree | b76f509e9028d7afd775d7e64fd6fbcfb733b068 /arch/x86/kernel/smpboot.c | |
parent | 76eb41319d6ab98d17c81a8001a6d7ed9f8359ee (diff) |
x86: move phys_cpu_present_map to setup.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 412061a0bf2b..7e6aa1c790a2 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -88,9 +88,6 @@ u8 apicid_2_node[MAX_APICID]; | |||
88 | /* Internal processor count */ | 88 | /* Internal processor count */ |
89 | unsigned int num_processors; | 89 | unsigned int num_processors; |
90 | 90 | ||
91 | /* Bitmask of physically existing CPUs */ | ||
92 | physid_mask_t phys_cpu_present_map; | ||
93 | |||
94 | /* State of each CPU */ | 91 | /* State of each CPU */ |
95 | DEFINE_PER_CPU(int, cpu_state) = { 0 }; | 92 | DEFINE_PER_CPU(int, cpu_state) = { 0 }; |
96 | 93 | ||