diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-03-28 07:22:10 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:31 -0400 |
commit | fae9811b775655a02dcb51fa0b6423b546468bd1 (patch) | |
tree | 9c44b53b30dcfb7e8eca7b85486b030ac0f58ac2 /arch | |
parent | 837e0e7a7f574220c87c552cca9f425575418621 (diff) |
x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 9143810bb637..9b61b50a96c9 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -65,8 +65,10 @@ int pic_mode; | |||
65 | #ifndef CONFIG_X86_SMP | 65 | #ifndef CONFIG_X86_SMP |
66 | unsigned int num_processors; | 66 | unsigned int num_processors; |
67 | unsigned disabled_cpus __cpuinitdata; | 67 | unsigned disabled_cpus __cpuinitdata; |
68 | #ifndef CONFIG_X86_LOCAL_APIC | ||
68 | unsigned int boot_cpu_physical_apicid = -1U; | 69 | unsigned int boot_cpu_physical_apicid = -1U; |
69 | #endif | 70 | #endif |
71 | #endif | ||
70 | 72 | ||
71 | /* Make it easy to share the UP and SMP code: */ | 73 | /* Make it easy to share the UP and SMP code: */ |
72 | #ifndef CONFIG_X86_SMP | 74 | #ifndef CONFIG_X86_SMP |