diff options
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 609e5af60282..6abce6703c53 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -905,12 +905,11 @@ void __init setup_arch(char **cmdline_p) | |||
905 | */ | 905 | */ |
906 | acpi_reserve_bootmem(); | 906 | acpi_reserve_bootmem(); |
907 | #endif | 907 | #endif |
908 | #ifdef CONFIG_X86_FIND_SMP_CONFIG | ||
909 | /* | 908 | /* |
910 | * Find and reserve possible boot-time SMP configuration: | 909 | * Find and reserve possible boot-time SMP configuration: |
911 | */ | 910 | */ |
912 | find_smp_config(); | 911 | find_smp_config(); |
913 | #endif | 912 | |
914 | reserve_crashkernel(); | 913 | reserve_crashkernel(); |
915 | 914 | ||
916 | #ifdef CONFIG_X86_64 | 915 | #ifdef CONFIG_X86_64 |