aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mpparse_32.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-04-04 23:40:48 +0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:34 +0200
commit0fc0906e59df1427d194b78376d15ca48079f6bf (patch)
treeb76f509e9028d7afd775d7e64fd6fbcfb733b068 /arch/x86/kernel/mpparse_32.c
parent76eb41319d6ab98d17c81a8001a6d7ed9f8359ee (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/mpparse_32.c')
-rw-r--r--arch/x86/kernel/mpparse_32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index 7b7e008496e..4f4cfad9ae5 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -69,11 +69,6 @@ unsigned int boot_cpu_physical_apicid = -1U;
#endif
#endif
-/* Make it easy to share the UP and SMP code: */
-#ifndef CONFIG_X86_SMP
-physid_mask_t phys_cpu_present_map;
-#endif
-
/*
* Intel MP BIOS table parsing routines:
*/