]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Declare the size of l1_identmap
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Feb 2016 15:33:23 +0000 (15:33 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Feb 2016 15:33:23 +0000 (15:33 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/hvm_pagetables.S

index cee0c1df1e5a8caa7003073de9db104042722184..396bf14fcff9caa399103156a5fa0af6435e4672 100644 (file)
@@ -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)