mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
ab4a465e96
commit
b20d70b70e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue