]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
efi/ia64: Use local variable for EFI system table address
authorArd Biesheuvel <ardb@kernel.org>
Mon, 20 Jan 2020 14:48:07 +0000 (15:48 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Sun, 23 Feb 2020 20:59:42 +0000 (21:59 +0100)
commitbeaf1c745b46c567c1c63bb8d16d2a72aacf5dd1
tree2d2ce0ea3e66ac0e0e6618b51b89d23ef5686e91
parentc0019f576818b6e867bcb1feece10d9a21a7bc9f
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>
arch/ia64/kernel/efi.c