]> xenbits.xensource.com Git - xen.git/commit
move PAGE_*_* macros to xen/page-defs.h
authorSergej Proskurin <proskurin@sec.in.tum.de>
Thu, 3 Aug 2017 10:27:15 +0000 (12:27 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Aug 2017 10:27:15 +0000 (12:27 +0200)
commit35f1ce9c23bfa378e1a1e2cda939be67b8d3a121
treeb69decc6f161de1cfb0ece287f48c45cfb47dcd9
parent5603a282fd0200ffc399b72af1aa5767d0952360
move PAGE_*_* macros to xen/page-defs.h

Move pre-existing PAGE_(SHIFT|SIZE|MASK|ALIGN)_(4K|64K) and
introduce corresponding defines for 16K page granularity to/in a
common place in xen/page-defs.h to allow later commits to use the
consolidated defines.

Signed-off-by: Sergej Proskurin <proskurin@sec.in.tum.de>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/xen/iommu.h
xen/include/xen/page-defs.h [new file with mode: 0644]