Re: [PATCH 34/38] tile: drop pte_file()-related helpers

2014-12-24 Thread Chris Metcalf
On 12/24/2014 7:22 AM, 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: Chris Metcalf --- arch/tile/include/asm/pgtable.h | 11 --- arch/tile/mm/homecache.c

[PATCH 34/38] tile: drop pte_file()-related helpers

2014-12-24 Thread Kirill A. Shutemov
We've replaced remap_file_pages(2) implementation with emulation. Nobody creates non-linear mapping anymore. Signed-off-by: Kirill A. Shutemov Cc: Chris Metcalf --- arch/tile/include/asm/pgtable.h | 11 --- arch/tile/mm/homecache.c| 4 2 files changed, 15 deletions(-) dif