From 76751341fb49bb11319d184d7046f3cc2398a180 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 15 Feb 2016 15:33:23 +0000 Subject: [PATCH] Declare the size of l1_identmap Signed-off-by: Andrew Cooper --- arch/x86/hvm_pagetables.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/hvm_pagetables.S b/arch/x86/hvm_pagetables.S index cee0c1d..396bf14 100644 --- a/arch/x86/hvm_pagetables.S +++ b/arch/x86/hvm_pagetables.S @@ -13,6 +13,7 @@ GLOBAL(l1_identmap) _PAGE_USER + _PAGE_RW + _PAGE_PRESENT .long 0 .endr +SIZE(l1_identmap) /* Mappings up to 4G in 2M superpages. Uses 4x 4k pages. */ GLOBAL(l2_identmap) -- 2.39.5