apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches
[pandora-kernel.git] / arch / x86 / kernel / apic / probe_32.c
index b5254ad..0787bb3 100644 (file)
@@ -200,14 +200,8 @@ void __init default_setup_apic_routing(void)
         * - we find more than 8 CPUs in acpi LAPIC listing with xAPIC support
         */
 
-       if (!cmdline_apic && apic == &apic_default) {
-               struct apic *bigsmp = generic_bigsmp_probe();
-               if (bigsmp) {
-                       apic = bigsmp;
-                       printk(KERN_INFO "Overriding APIC driver with %s\n",
-                              apic->name);
-               }
-       }
+       if (!cmdline_apic && apic == &apic_default)
+               generic_bigsmp_probe();
 #endif
 
        if (apic->setup_apic_routing)