aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r--arch/x86/kernel/apic_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c
index 84ce106b33c8..dd8de26b2786 100644
--- a/arch/x86/kernel/apic_32.c
+++ b/arch/x86/kernel/apic_32.c
@@ -1267,7 +1267,7 @@ int __init APIC_init_uniprocessor(void)
1267#ifdef CONFIG_CRASH_DUMP 1267#ifdef CONFIG_CRASH_DUMP
1268 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id()); 1268 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
1269#endif 1269#endif
1270 phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid); 1270 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
1271 1271
1272 setup_local_APIC(); 1272 setup_local_APIC();
1273 1273