Re: [PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs

2015-05-18 Thread Vlastimil Babka
On 04/23/2015 11:03 PM, Kirill A. Shutemov wrote: With new refcounting we don't need to mark PMDs splitting. Let's drop code to handle this. Arch-specific code will removed separately. Signed-off-by: Kirill A. Shutemov Tested-by: Sasha Levin Acked-by: Vlastimil Babka Some functions could

Re: [PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs

2015-04-30 Thread Kirill A. Shutemov
On Wed, Apr 29, 2015 at 06:14:13PM +0200, Jerome Marchand wrote: > On 04/23/2015 11:03 PM, Kirill A. Shutemov wrote: > > With new refcounting we don't need to mark PMDs splitting. Let's drop code > > to handle this. > > > > Arch-specific code will removed separately. > > This series only removed

Re: [PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs

2015-04-29 Thread Jerome Marchand
On 04/23/2015 11:03 PM, Kirill A. Shutemov wrote: > With new refcounting we don't need to mark PMDs splitting. Let's drop code > to handle this. > > Arch-specific code will removed separately. This series only removed code from x86 arch. Does that mean other arches patches will come later? Jerom

[PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs

2015-04-23 Thread Kirill A. Shutemov
With new refcounting we don't need to mark PMDs splitting. Let's drop code to handle this. Arch-specific code will removed separately. Signed-off-by: Kirill A. Shutemov Tested-by: Sasha Levin --- fs/proc/task_mmu.c| 8 +++ include/asm-generic/pgtable.h | 5 include/linux