From b20d70b70e9aa854c47d2af10659f1033b6d69bb Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Mon, 9 Jun 2008 17:00:15 -0700 Subject: [PATCH] x86: make generic arch support NUMAQ, fix fix typo in bigsmp switching. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- arch/x86/mach-generic/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/mach-generic/probe.c b/arch/x86/mach-generic/probe.c index ba18dec..5a7e461 100644 --- a/arch/x86/mach-generic/probe.c +++ b/arch/x86/mach-generic/probe.c @@ -64,7 +64,7 @@ early_param("apic", parse_apic); void __init generic_bigsmp_probe(void) { -#if CONFIG_X86_BIGSMP +#ifdef CONFIG_X86_BIGSMP /* * This routine is used to switch to bigsmp mode when * - There is no apic= option specified by the user -- 2.7.4