• Ard Biesheuvel's avatar
    efi/ia64: Switch to efi_config_parse_tables() · 68631292
    Ard Biesheuvel authored
    IA64 calls efi_config_parse_tables() via efi_config_init(), which
    does an explicit memremap() of the tables, which is unnecessary
    on IA64. So let's call efi_config_parse_tables() directly, passing
    the __va() of the config table array.
    
    Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    68631292
efi.c 35.7 KB