commit | beaf1c745b46c567c1c63bb8d16d2a72aacf5dd1 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Mon Jan 20 15:48:07 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 2d2ce0ea3e66ac0e0e6618b51b89d23ef5686e91 | |
parent | c0019f576818b6e867bcb1feece10d9a21a7bc9f [diff] |
efi/ia64: Use local variable for EFI system table address The IA64 code never refers to the EFI system table except from inside the scope of efi_init(). So let's use a local variable instead of efi.systab, which will be going away soon. Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64 Signed-off-by: Ard Biesheuvel <ardb@kernel.org>