Skip to content

Commit 3dad716

Browse files
swahlhpeKAGA-KOKO
authored andcommitted
x86/platform/uv: Remove efi=old_map command line option
As a part of UV1 platform removal, delete the efi=old_map option, which is not longer needed. Signed-off-by: Steve Wahl <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Ard Biesheuvel <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 5d66253 commit 3dad716

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

arch/x86/platform/uv/bios_uv.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -356,17 +356,3 @@ void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size,
356356

357357
return (void __iomem *)__va(phys_addr);
358358
}
359-
360-
static int __init arch_parse_efi_cmdline(char *str)
361-
{
362-
if (!str) {
363-
pr_warn("need at least one option\n");
364-
return -EINVAL;
365-
}
366-
367-
if (!efi_is_mixed() && parse_option_str(str, "old_map"))
368-
set_bit(EFI_UV1_MEMMAP, &efi.flags);
369-
370-
return 0;
371-
}
372-
early_param("efi", arch_parse_efi_cmdline);

0 commit comments

Comments
 (0)