aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/platform/efi/efi_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x86/platform/efi/efi_64.c
index a4695da42d77..6cbf9e036aa8 100644
--- a/arch/x86/platform/efi/efi_64.c
+++ b/arch/x86/platform/efi/efi_64.c
@@ -47,7 +47,7 @@
47#include <asm/pgalloc.h> 47#include <asm/pgalloc.h>
48 48
49/* 49/*
50 * We allocate runtime services regions bottom-up, starting from -4G, i.e. 50 * We allocate runtime services regions top-down, starting from -4G, i.e.
51 * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G. 51 * 0xffff_ffff_0000_0000 and limit EFI VA mapping space to 64G.
52 */ 52 */
53static u64 efi_va = EFI_VA_START; 53static u64 efi_va = EFI_VA_START;