diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-01-29 17:19:22 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-30 09:24:37 -0500 |
commit | 26f7ef14a76b0e590a3797fd7b2f3cee868d9664 (patch) | |
tree | 6bb9191db133864a77cab563e4cc0288c3f633a2 /arch/x86/kernel/acpi | |
parent | 43f39890db2959b10891cf7bbf3f53fffc8ce3bd (diff) |
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/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 7352c60f29db..3efa996b036c 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1335,7 +1335,7 @@ static void __init acpi_process_madt(void) | |||
1335 | if (!error) { | 1335 | if (!error) { |
1336 | acpi_lapic = 1; | 1336 | acpi_lapic = 1; |
1337 | 1337 | ||
1338 | #ifdef CONFIG_X86_32_NON_STANDARD | 1338 | #ifdef CONFIG_X86_BIGSMP |
1339 | generic_bigsmp_probe(); | 1339 | generic_bigsmp_probe(); |
1340 | #endif | 1340 | #endif |
1341 | /* | 1341 | /* |