diff options
Diffstat (limited to 'arch/x86/kernel/setup_32.c')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index c038b09b1723..9c0ef4945a58 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -808,8 +808,6 @@ void __init setup_arch(char **cmdline_p) | |||
808 | #ifdef CONFIG_X86_GENERICARCH | 808 | #ifdef CONFIG_X86_GENERICARCH |
809 | generic_apic_probe(); | 809 | generic_apic_probe(); |
810 | #endif | 810 | #endif |
811 | if (efi_enabled) | ||
812 | efi_map_memmap(); | ||
813 | 811 | ||
814 | #ifdef CONFIG_ACPI | 812 | #ifdef CONFIG_ACPI |
815 | /* | 813 | /* |