Re: [PATCHv2 02/29] asm-generic: introduce 5level-fixup.h

2017-01-27 Thread Kirill A. Shutemov
On Fri, Jan 27, 2017 at 12:06:02PM +0100, Vlastimil Babka wrote: > On 12/27/2016 02:53 AM, Kirill A. Shutemov wrote: > >We are going to switch core MM to 5-level paging abstraction. > > > >This is preparation step which adds > >As with 4level-fixup.h, the new header allows quickly make all > >arch

Re: [PATCHv2 02/29] asm-generic: introduce 5level-fixup.h

2017-01-27 Thread Vlastimil Babka
On 12/27/2016 02:53 AM, Kirill A. Shutemov wrote: We are going to switch core MM to 5-level paging abstraction. This is preparation step which adds As with 4level-fixup.h, the new header allows quickly make all architectures compatible with 5-level paging in core MM. In long run we would like

[PATCHv2 02/29] asm-generic: introduce 5level-fixup.h

2016-12-26 Thread Kirill A. Shutemov
We are going to switch core MM to 5-level paging abstraction. This is preparation step which adds As with 4level-fixup.h, the new header allows quickly make all architectures compatible with 5-level paging in core MM. In long run we would like to switch architectures to properly folded p4d level