aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_64
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@citrix.com>2011-06-02 13:16:52 +0100
committerTim Deegan <Tim.Deegan@citrix.com>2011-06-02 13:16:52 +0100
commit58923a7203f930f585f5d1d58ffc9f6bb0598ad7 (patch)
treedfda3c8bbcb488c2abe8b9d048c6beee3503d4ea /xen/include/asm-x86/x86_64
parentd5ce4dacf003caa6326c3dcd69481543afdd7432 (diff)
downloadxen-58923a7203f930f585f5d1d58ffc9f6bb0598ad7.tar.gz
xen-58923a7203f930f585f5d1d58ffc9f6bb0598ad7.tar.bz2
xen-58923a7203f930f585f5d1d58ffc9f6bb0598ad7.zip
x86/mm/p2m: little fixes and tidying up
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/x86_64')
-rw-r--r--xen/include/asm-x86/x86_64/page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/x86_64/page.h b/xen/include/asm-x86/x86_64/page.h
index 38edb91bf3..d146e992e8 100644
--- a/xen/include/asm-x86/x86_64/page.h
+++ b/xen/include/asm-x86/x86_64/page.h
@@ -17,6 +17,7 @@
#define L4_PAGETABLE_ENTRIES (1<<PAGETABLE_ORDER)
#define ROOT_PAGETABLE_ENTRIES L4_PAGETABLE_ENTRIES
#define SUPERPAGE_ORDER PAGETABLE_ORDER
+#define SUPERPAGE_PAGES (1<<SUPERPAGE_ORDER)
#define __PAGE_OFFSET DIRECTMAP_VIRT_START
#define __XEN_VIRT_START XEN_VIRT_START