]> git.baikalelectronics.ru Git - kernel.git/commit
x86/boot: Explicitly include realmode.h to handle RM reservations
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 26 Nov 2019 16:54:07 +0000 (08:54 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2019 09:15:47 +0000 (10:15 +0100)
commitf366779c39da58c0c939201e69c7623e56d698d3
tree1660f316f98bb488d047b5ab3bc50c985b9d2677
parent7cb95d2dc6fae1135547ff9212d7978be1ed5262
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 <sean.j.christopherson@intel.com>
Link: https://lkml.kernel.org/r/20191126165417.22423-3-sean.j.christopherson@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/setup.c