aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r--arch/x86/kernel/head64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index cead8149c3de..0b06cd778fd9 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -24,6 +24,7 @@
24#include <asm/kdebug.h> 24#include <asm/kdebug.h>
25#include <asm/e820.h> 25#include <asm/e820.h>
26#include <asm/trampoline.h> 26#include <asm/trampoline.h>
27#include <asm/bios_ebda.h>
27 28
28static void __init zap_identity_mappings(void) 29static void __init zap_identity_mappings(void)
29{ 30{
@@ -111,7 +112,7 @@ void __init x86_64_start_reservations(char *real_mode_data)
111 } 112 }
112#endif 113#endif
113 114
114 x86_init.resources.reserve_ebda_region(); 115 reserve_ebda_region();
115 116
116 /* 117 /*
117 * At this point everything still needed from the boot loader 118 * At this point everything still needed from the boot loader