diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-25 20:59:41 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:54 -0400 |
commit | d1b20afec356085a202d7832d47bfb89303ea901 (patch) | |
tree | ce122f6fbc8467812894a342662fdff1e438ec91 /arch/x86/kernel/setup.c | |
parent | 0196bcbb150786d54a50e3074013020570a59d31 (diff) |
x86: make x86_find_smp_config depends on 64 bit too
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 08efab538a24..7690547ac285 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -714,8 +714,7 @@ void __init setup_arch(char **cmdline_p) | |||
714 | */ | 714 | */ |
715 | acpi_reserve_bootmem(); | 715 | acpi_reserve_bootmem(); |
716 | #endif | 716 | #endif |
717 | #if defined(CONFIG_X86_FIND_SMP_CONFIG) && defined(CONFIG_X86_32) || \ | 717 | #ifdef CONFIG_X86_FIND_SMP_CONFIG |
718 | defined(CONFIG_X86_MPPARSE) && defined(CONFIG_X86_64) | ||
719 | /* | 718 | /* |
720 | * Find and reserve possible boot-time SMP configuration: | 719 | * Find and reserve possible boot-time SMP configuration: |
721 | */ | 720 | */ |