Loading arch/x86/Kconfig +0 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,6 @@ config SMP config X86_FIND_SMP_CONFIG def_bool y depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS depends on X86_32 if ACPI config X86_MPPARSE Loading arch/x86/kernel/setup.c +1 −2 Original line number Diff line number Diff line Loading @@ -714,8 +714,7 @@ void __init setup_arch(char **cmdline_p) */ acpi_reserve_bootmem(); #endif #if defined(CONFIG_X86_FIND_SMP_CONFIG) && defined(CONFIG_X86_32) || \ defined(CONFIG_X86_MPPARSE) && defined(CONFIG_X86_64) #ifdef CONFIG_X86_FIND_SMP_CONFIG /* * Find and reserve possible boot-time SMP configuration: */ Loading Loading
arch/x86/Kconfig +0 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,6 @@ config SMP config X86_FIND_SMP_CONFIG def_bool y depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS depends on X86_32 if ACPI config X86_MPPARSE Loading
arch/x86/kernel/setup.c +1 −2 Original line number Diff line number Diff line Loading @@ -714,8 +714,7 @@ void __init setup_arch(char **cmdline_p) */ acpi_reserve_bootmem(); #endif #if defined(CONFIG_X86_FIND_SMP_CONFIG) && defined(CONFIG_X86_32) || \ defined(CONFIG_X86_MPPARSE) && defined(CONFIG_X86_64) #ifdef CONFIG_X86_FIND_SMP_CONFIG /* * Find and reserve possible boot-time SMP configuration: */ Loading