]> git.baikalelectronics.ru Git - kernel.git/commit
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 26 Nov 2019 16:54:06 +0000 (08:54 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2019 09:15:47 +0000 (10:15 +0100)
commit7cb95d2dc6fae1135547ff9212d7978be1ed5262
tree9d292dcb282985d764f5a3548bc62d614afec1d8
parent75529d24e219ddb74b8d4b39dadc0bbcedc79486
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk

Explicitly include asm/realmode.h, which is needed to handle a real mode
trampoline quirk in efi_free_boot_services(), instead of picking it up
by way of linux/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-2-sean.j.christopherson@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/platform/efi/quirks.c