aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/platform/efi/efi_64.c')
-rw-r--r--arch/x86/platform/efi/efi_64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x86/platform/efi/efi_64.c
index 35aecb6042fb..17e80d829df0 100644
--- a/arch/x86/platform/efi/efi_64.c
+++ b/arch/x86/platform/efi/efi_64.c
@@ -48,8 +48,7 @@ static unsigned long efi_flags __initdata;
48 * We allocate runtime services regions bottom-up, starting from -4G, i.e. 48 * We allocate runtime services regions bottom-up, starting from -4G, i.e.
49 * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G. 49 * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G.
50 */ 50 */
51static u64 efi_va = -4 * (1UL << 30); 51static u64 efi_va = EFI_VA_START;
52#define EFI_VA_END (-68 * (1UL << 30))
53 52
54/* 53/*
55 * Scratch space used for switching the pagetable in the EFI stub 54 * Scratch space used for switching the pagetable in the EFI stub