From: Andrew Cooper Date: Mon, 15 Feb 2016 15:33:23 +0000 (+0000) Subject: Declare the size of l1_identmap X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=76751341fb49bb11319d184d7046f3cc2398a180;p=people%2Froyger%2Fxen-test-framework.git Declare the size of l1_identmap Signed-off-by: Andrew Cooper --- 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)