summaryrefslogtreecommitdiff
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2020-01-21 12:16:32 +0300
committerArd Biesheuvel <ardb@kernel.org>2020-02-23 23:59:42 +0300
commitfd26830423e5f7442001f090cd4a53f4b6c3d9fa (patch)
tree30ea986efc243e5b643f33f4d99ac6ba7c899278 /arch/x86/boot
parent8819ba39661efec88efd11610988424cb1bf99f8 (diff)
downloadlinux-fd26830423e5f7442001f090cd4a53f4b6c3d9fa.tar.xz
efi/x86: Drop 'systab' member from struct efi
The systab member in struct efi has outlived its usefulness, now that we have better ways to access the only piece of information we are interested in after init, which is the EFI runtime services table address. So instead of instantiating a doctored copy at early boot with lots of mangled values, and switching the pointer when switching into virtual mode, let's grab the values we need directly, and get rid of the systab pointer entirely. Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64 Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch/x86/boot')
0 files changed, 0 insertions, 0 deletions