Re: [PATCH -V6 17/27] mm/THP: Add pmd args to pgtable deposit and withdraw APIs

2013-04-22 Thread Andrea Arcangeli
On Mon, Apr 22, 2013 at 03:30:51PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > This will be later used by powerpc THP support. In powerpc we want to use > pgtable for storing the hash index values. So instead of adding them to > mm_context list, we would like to store them in th

[PATCH -V6 17/27] mm/THP: Add pmd args to pgtable deposit and withdraw APIs

2013-04-22 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" This will be later used by powerpc THP support. In powerpc we want to use pgtable for storing the hash index values. So instead of adding them to mm_context list, we would like to store them in the second half of pmd Cc: Andrea Arcangeli Reviewed-by: David Gibson Sign