Skip to content

Commit

Permalink
x86: make generic arch support NUMAQ, fix
Browse files Browse the repository at this point in the history
fix typo in bigsmp switching.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent ab4a465 commit b20d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mach-generic/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b20d70b

Please sign in to comment.