diff options
author | steve.wahl@hpe.com <steve.wahl@hpe.com> | 2020-07-13 16:30:06 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-07-17 16:47:48 +0200 |
commit | 6aa3baabe106fa1182f904107244147395902a09 (patch) | |
tree | 113e57e886f2b0b7ad4957a2e564699a3f0f9e9d /arch/x86/platform/efi/efi.c | |
parent | 66d67fecd896370d4cbbd146c9a7bf5b4c5303af (diff) | |
download | linux-6aa3baabe106fa1182f904107244147395902a09.tar.bz2 |
x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAP
With UV1 removed, EFI_UV1_MEMMAP is not longer used. Remove the code used
by it and the related code in EFI.
Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lkml.kernel.org/r/20200713212955.902592618@hpe.com
Diffstat (limited to 'arch/x86/platform/efi/efi.c')
-rw-r--r-- | arch/x86/platform/efi/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index 2cc159037def..f6ea8f1a9d57 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c @@ -496,7 +496,7 @@ void __init efi_init(void) efi_print_memmap(); } -#if defined(CONFIG_X86_32) || defined(CONFIG_X86_UV) +#if defined(CONFIG_X86_32) void __init efi_set_executable(efi_memory_desc_t *md, bool executable) { |