• Ard Biesheuvel's avatar
    efi/arm: Drop unnecessary references to efi.systab · 8819ba39
    Ard Biesheuvel authored
    Instead of populating efi.systab very early during efi_init() with
    a mapping that is released again before the function exits, use a
    local variable here. Now that we use efi.runtime to access the runtime
    services table, this removes the only reference efi.systab, so there is
    no need to populate it anymore, or discover its virtually remapped
    address. So drop the references entirely.
    
    Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    8819ba39
arm-runtime.c 3.78 KB