diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 4ac01d0ce62..d5de157b02a 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -749,10 +749,8 @@ void __init setup_arch(char **cmdline_p) | |||
749 | */ | 749 | */ |
750 | acpi_boot_table_init(); | 750 | acpi_boot_table_init(); |
751 | 751 | ||
752 | #ifdef CONFIG_X86_64 | ||
753 | /* Remove active ranges so rediscovery with NUMA-awareness happens */ | 752 | /* Remove active ranges so rediscovery with NUMA-awareness happens */ |
754 | remove_all_active_ranges(); | 753 | remove_all_active_ranges(); |
755 | #endif | ||
756 | 754 | ||
757 | #ifdef CONFIG_ACPI_NUMA | 755 | #ifdef CONFIG_ACPI_NUMA |
758 | /* | 756 | /* |