diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-09 20:00:15 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 04:35:45 -0400 |
commit | b20d70b70e9aa854c47d2af10659f1033b6d69bb (patch) | |
tree | a557fffbfec8c8947baf91f98c879d227374e442 /arch/x86/mach-generic | |
parent | ab4a465e96adf2f3a8aaa95384bacfa9ab661e35 (diff) |
x86: make generic arch support NUMAQ, fix
fix typo in bigsmp switching.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic')
-rw-r--r-- | arch/x86/mach-generic/probe.c | 2 |
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 | ||
65 | void __init generic_bigsmp_probe(void) | 65 | void __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 |