diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-09-13 10:31:40 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-13 10:31:40 +0200 |
commit | eb8994172a45029f3f589fd6b2bd5d54e5b6e036 (patch) | |
tree | e99afa7659fdd6577616e110662386575b721b2c /arch/x86/kernel/head64.c | |
parent | 313b9a9938bf4076425741121d5d766826793e5d (diff) | |
parent | 694d0d0bb2030d2e36df73e2d23d5770511dbc8d (diff) | |
download | linux-eb8994172a45029f3f589fd6b2bd5d54e5b6e036.tar.gz |
Merge tag 'v4.8-rc2' into devel
Linux 4.8-rc2
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 99d48e7d2974..54a2372f5dbb 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -183,7 +183,6 @@ void __init x86_64_start_reservations(char *real_mode_data) copy_bootdata(__va(real_mode_data)); x86_early_init_platform_quirks(); - reserve_bios_regions(); switch (boot_params.hdr.hardware_subarch) { case X86_SUBARCH_INTEL_MID: |