]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/mpparse.c
x86: don't treat bigsmp as non-standard
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / mpparse.c
index 89aaced51bd34ca557e33d7720f3892afda39e6f..b46ca7d31febeb4ae2625202ca96137dfcba0de1 100644 (file)
@@ -372,8 +372,8 @@ static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early)
                        (*x86_quirks->mpc_record)++;
        }
 
-#ifdef CONFIG_X86_32_NON_STANDARD
-       generic_bigsmp_probe();
+#ifdef CONFIG_X86_BIGSMP
+       generic_bigsmp_probe();
 #endif
 
        if (apic->setup_apic_routing)