Message ID | 20170615203057.755-1-julien.grall@arm.com |
---|---|
Headers | show |
Series | xen/arm: Move LPAE definition in a separate header. | expand |
Please append these two patches at the end of the remaining set of the "xen/arm: Extend the usage of typesafe MFN" series, when you repost. On Thu, 15 Jun 2017, Julien Grall wrote: > This small patch series is moving out LPAE definition from page.h. This is > based on my series "xen/arm: Extend usage of typesafe MFN" [1] due to a small > conflict with patch #5. > > Cheers, > > [1] https://lists.xen.org/archives/html/xen-devel/2017-06/msg01361.html > > Julien Grall (2): > xen/arm: Move LPAE definition in a separate header > xen/arm: lpae: Fix comments coding style > > xen/include/asm-arm/lpae.h | 184 +++++++++++++++++++++++++++++++++++++++++++++ > xen/include/asm-arm/page.h | 152 +------------------------------------ > 2 files changed, 185 insertions(+), 151 deletions(-) > create mode 100644 xen/include/asm-arm/lpae.h > > -- > 2.11.0 >