aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 80f874bf999e..e3ed628f7db4 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -1104,8 +1104,10 @@ void __init setup_arch(char **cmdline_p)
1104 memblock_set_current_limit(ISA_END_ADDRESS); 1104 memblock_set_current_limit(ISA_END_ADDRESS);
1105 memblock_x86_fill(); 1105 memblock_x86_fill();
1106 1106
1107 if (efi_enabled(EFI_BOOT)) 1107 if (efi_enabled(EFI_BOOT)) {
1108 efi_fake_memmap();
1108 efi_find_mirror(); 1109 efi_find_mirror();
1110 }
1109 1111
1110 /* 1112 /*
1111 * The EFI specification says that boot service code won't be called 1113 * The EFI specification says that boot service code won't be called