]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/smpboot.c
smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup()
[net-next-2.6.git] / arch / x86 / kernel / smpboot.c
index f40f86fec2fe3ea6d95fcf8fc54ad600780b7dbd..96f7d304f5c9a1f1605fac92bdf70bd4b08c4299 100644 (file)
@@ -1071,7 +1071,7 @@ static int __init smp_sanity_check(unsigned max_cpus)
                printk(KERN_ERR "... forcing use of dummy APIC emulation."
                                "(tell your hw vendor)\n");
                smpboot_clear_io_apic();
-               disable_ioapic_setup();
+               arch_disable_smp_support();
                return -1;
        }