Re: [PATCH 24/38] mips: drop _PAGE_FILE and pte_file()-related helpers

2014-12-25 Thread Kirill A. Shutemov
On Thu, Dec 25, 2014 at 11:08:11AM +0100, Geert Uytterhoeven wrote: > On Wed, Dec 24, 2014 at 1:22 PM, 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 > > Cc:

Re: [PATCH 24/38] mips: drop _PAGE_FILE and pte_file()-related helpers

2014-12-25 Thread Geert Uytterhoeven
On Wed, Dec 24, 2014 at 1:22 PM, 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 > Cc: Ralf Baechle > --- > arch/m68k/include/asm/mcf_pgtable.h | 6 ++ This con