x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid
[linux-2.6-block.git] / arch / x86 / kernel / apic / apic.c
index ce6d31bfc6e3f0f0a934b4706d21d8ae6921f135..e3cebd45526be7d0f5a7db5705b145ae1e792e38 100644 (file)
@@ -2485,9 +2485,6 @@ EXPORT_SYMBOL_GPL(x86_msi_msg_get_destid);
 
 static void __init apic_bsp_up_setup(void)
 {
-#ifdef CONFIG_X86_64
-       apic_write(APIC_ID, apic->set_apic_id(boot_cpu_physical_apicid));
-#endif
        reset_phys_cpu_present_map(boot_cpu_physical_apicid);
 }