Commit ca947b72 authored by Sean Christopherson's avatar Sean Christopherson Committed by Ingo Molnar

x86/boot: Explicitly include realmode.h to handle RM reservations

Explicitly include asm/realmode.h, which provides reserve_real_mode(),
instead of picking it up by an indirect include of asm/acpi.h.  acpi.h
will soon stop including realmode.h so that changing realmode.h doesn't
require a full kernel rebuild.
Signed-off-by: default avatarSean Christopherson <sean.j.christopherson@intel.com>
Link: https://lkml.kernel.org/r/20191126165417.22423-3-sean.j.christopherson@intel.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent e71b6f0b
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <asm/kaslr.h> #include <asm/kaslr.h>
#include <asm/mce.h> #include <asm/mce.h>
#include <asm/mtrr.h> #include <asm/mtrr.h>
#include <asm/realmode.h>
#include <asm/olpc_ofw.h> #include <asm/olpc_ofw.h>
#include <asm/pci-direct.h> #include <asm/pci-direct.h>
#include <asm/prom.h> #include <asm/prom.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment