aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_64.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-04-04 15:41:44 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:35 -0400
commit2fe60147570231cde0d1f14711d2e34ccdf54b65 (patch)
tree83c1e87d9ce3475b68c97f51f95be0467c83a61d /arch/x86/kernel/mpparse_64.c
parent350bae1d3f0d0c763c5bb9cc5fb5c363bd0086db (diff)
x86: move up & smp variables 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_64.c')
-rw-r--r--arch/x86/kernel/mpparse_64.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c
index 07c98dbd468a..f860727e9151 100644
--- a/arch/x86/kernel/mpparse_64.c
+++ b/arch/x86/kernel/mpparse_64.c
@@ -45,15 +45,6 @@ int mp_bus_id_to_pci_bus[MAX_MP_BUSSES] = {[0 ... MAX_MP_BUSSES - 1] = -1 };
45 45
46static int mp_current_pci_id = 0; 46static int mp_current_pci_id = 0;
47 47
48/* Make it easy to share the UP and SMP code: */
49#ifndef CONFIG_X86_SMP
50unsigned int num_processors;
51unsigned disabled_cpus __cpuinitdata;
52#ifndef CONFIG_X86_LOCAL_APIC
53unsigned int boot_cpu_physical_apicid = -1U;
54#endif
55#endif
56
57/* 48/*
58 * Intel MP BIOS table parsing routines: 49 * Intel MP BIOS table parsing routines:
59 */ 50 */