diff options
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 94fe71029c37..89aaced51bd3 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -372,7 +372,7 @@ static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) | |||
372 | (*x86_quirks->mpc_record)++; | 372 | (*x86_quirks->mpc_record)++; |
373 | } | 373 | } |
374 | 374 | ||
375 | #ifdef CONFIG_X86_GENERICARCH | 375 | #ifdef CONFIG_X86_32_NON_STANDARD |
376 | generic_bigsmp_probe(); | 376 | generic_bigsmp_probe(); |
377 | #endif | 377 | #endif |
378 | 378 | ||