[PATCH 1/5] x86: Enable 5-level paging support

2017-06-22 Thread Kirill A. Shutemov
Most of things are in place and we can enable support of 5-level paging. The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to work with 5-level paging. Signed-off-by: Kirill A. Shutemov Reviewed-by: Juergen Gross ---

[PATCH 1/5] x86: Enable 5-level paging support

2017-06-22 Thread Kirill A. Shutemov
Most of things are in place and we can enable support of 5-level paging. The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to work with 5-level paging. Signed-off-by: Kirill A. Shutemov Reviewed-by: Juergen Gross --- Documentation/x86/x86_64/5level-paging.txt | 64