diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-01-29 14:19:22 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-30 15:24:37 +0100 |
commit | 26f7ef14a76b0e590a3797fd7b2f3cee868d9664 (patch) | |
tree | 6bb9191db133864a77cab563e4cc0288c3f633a2 /arch/x86/kernel/setup.c | |
parent | 43f39890db2959b10891cf7bbf3f53fffc8ce3bd (diff) | |
download | blackbird-op-linux-26f7ef14a76b0e590a3797fd7b2f3cee868d9664.tar.gz blackbird-op-linux-26f7ef14a76b0e590a3797fd7b2f3cee868d9664.zip |
x86: don't treat bigsmp as non-standard
just like 64 bit switch from flat logical APIC messages to
flat physical mode automatically.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index f64e1a487c9e..df64afff5806 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -936,7 +936,7 @@ void __init setup_arch(char **cmdline_p) map_vsyscall(); #endif -#ifdef CONFIG_X86_32_NON_STANDARD +#if defined(CONFIG_X86_32_NON_STANDARD) || defined(CONFIG_X86_BIGSMP) generic_apic_probe(); #endif |