diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 4ccad185ab7e..697533e86822 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -378,10 +378,8 @@ void __init setup_arch(char **cmdline_p) | |||
378 | acpi_reserve_bootmem(); | 378 | acpi_reserve_bootmem(); |
379 | #endif | 379 | #endif |
380 | 380 | ||
381 | if (efi_enabled) { | 381 | if (efi_enabled) |
382 | efi_map_memmap(); | ||
383 | efi_reserve_bootmem(); | 382 | efi_reserve_bootmem(); |
384 | } | ||
385 | 383 | ||
386 | /* | 384 | /* |
387 | * Find and reserve possible boot-time SMP configuration: | 385 | * Find and reserve possible boot-time SMP configuration: |