On Wed, 2014-12-24 at 14:22 +0200, Kirill A. Shutemov wrote: > We've replaced remap_file_pages(2) implementation with emulation. > Nobody creates non-linear mapping anymore. > > Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > Cc: Paul Mackerras <paulus@xxxxxxxxx> > Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> > --- > arch/powerpc/include/asm/pgtable-ppc32.h | 9 ++------- > arch/powerpc/include/asm/pgtable-ppc64.h | 5 +---- > arch/powerpc/include/asm/pgtable.h | 1 - > arch/powerpc/include/asm/pte-40x.h | 1 - > arch/powerpc/include/asm/pte-44x.h | 5 ----- > arch/powerpc/include/asm/pte-8xx.h | 1 - > arch/powerpc/include/asm/pte-book3e.h | 1 - > arch/powerpc/include/asm/pte-fsl-booke.h | 3 --- > arch/powerpc/include/asm/pte-hash32.h | 1 - > arch/powerpc/include/asm/pte-hash64.h | 1 - > arch/powerpc/mm/pgtable_64.c | 2 +- > 11 files changed, 4 insertions(+), 26 deletions(-) These bits look fine to me. Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> cheers -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html