From: Sean Christopherson Date: Tue, 26 Nov 2019 16:54:07 +0000 (-0800) Subject: x86/boot: Explicitly include realmode.h to handle RM reservations X-Git-Tag: v5.6-rc1~173^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca947b72e1dec3a000190733f7e0be38fe73eaae;p=thirdparty%2Fkernel%2Flinux.git 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: Sean Christopherson Link: https://lkml.kernel.org/r/20191126165417.22423-3-sean.j.christopherson@intel.com Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index b5ac9932bcf68..a58498364cac7 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include