diff options
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r-- | arch/x86/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 81efe86eca81..968c817762a4 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c | |||
@@ -1900,7 +1900,7 @@ void __cpuinit generic_processor_info(int apicid, int version) | |||
1900 | } | 1900 | } |
1901 | #endif | 1901 | #endif |
1902 | 1902 | ||
1903 | #if defined(CONFIG_X86_SMP) || defined(CONFIG_X86_64) | 1903 | #if defined(CONFIG_SMP) || defined(CONFIG_X86_64) |
1904 | early_per_cpu(x86_cpu_to_apicid, cpu) = apicid; | 1904 | early_per_cpu(x86_cpu_to_apicid, cpu) = apicid; |
1905 | early_per_cpu(x86_bios_cpu_apicid, cpu) = apicid; | 1905 | early_per_cpu(x86_bios_cpu_apicid, cpu) = apicid; |
1906 | #endif | 1906 | #endif |