aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mach-generic/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/probe.c b/arch/x86/mach-generic/probe.c
index ba18dec48555..5a7e4619e1c4 100644
--- a/arch/x86/mach-generic/probe.c
+++ b/arch/x86/mach-generic/probe.c
@@ -64,7 +64,7 @@ early_param("apic", parse_apic);
64 64
65void __init generic_bigsmp_probe(void) 65void __init generic_bigsmp_probe(void)
66{ 66{
67#if CONFIG_X86_BIGSMP 67#ifdef CONFIG_X86_BIGSMP
68 /* 68 /*
69 * This routine is used to switch to bigsmp mode when 69 * This routine is used to switch to bigsmp mode when
70 * - There is no apic= option specified by the user 70 * - There is no apic= option specified by the user