x86, x2apic: Simplify apic init in SMP and UP builds
[pandora-kernel.git] / arch / x86 / kernel / apic / apic.c
index e3b534c..8cf86fb 100644 (file)
@@ -1665,10 +1665,7 @@ int __init APIC_init_uniprocessor(void)
        }
 #endif
 
-#ifndef CONFIG_SMP
-       enable_IR_x2apic();
        default_setup_apic_routing();
-#endif
 
        verify_local_APIC();
        connect_bsp_APIC();