diff options
author | Ard Biesheuvel | 2020-02-10 17:02:40 +0100 |
---|---|---|
committer | Ard Biesheuvel | 2020-02-23 21:57:15 +0100 |
commit | 1e45bf7372c48c78e1f7e538fd3e612946f6ad20 (patch) | |
tree | 0f80d1de04faa33c4a0d1bc55d435d35f02d4bf1 /arch/x86 | |
parent | 8166ec091573fad528d884ede291fd1ec02d0298 (diff) |
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
We now support cmdline data that is located in memory that is not
32-bit addressable, so relax the allocation limit on systems where
this feature is enabled.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/efi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/efi.h b/arch/x86/include/asm/efi.h index 86169a24b0d8..85f79accd3f8 100644 --- a/arch/x86/include/asm/efi.h +++ b/arch/x86/include/asm/efi.h @@ -34,8 +34,6 @@ static inline bool efi_have_uv1_memmap(void) #define EFI32_LOADER_SIGNATURE "EL32" #define EFI64_LOADER_SIGNATURE "EL64" -#define MAX_CMDLINE_ADDRESS UINT_MAX - #define ARCH_EFI_IRQ_FLAGS_MASK X86_EFLAGS_IF /* |