Now that the old runtime region mapping code is finally gone, we can drop any mention of it from the Documentation, and merge some code that was shared between 32-bit and the old memmap handling code into efi_32.c Ard Biesheuvel (2): efi/x86: Move 32-bit code into efi_32.c Documentation: efi: remove description of efi=old_map .../admin-guide/kernel-parameters.txt | 5 +- arch/x86/include/asm/efi.h | 4 -- arch/x86/platform/efi/efi.c | 69 ------------------- arch/x86/platform/efi/efi_32.c | 45 ++++++++++-- 4 files changed, 39 insertions(+), 84 deletions(-) -- 2.17.1