Re: [PATCH V2 52/68] powerpc/mm: make 4k and 64k use pte_t for pgtable_t

2016-04-27 Thread Aneesh Kumar K.V
"Aneesh Kumar K.V" writes: > pgtable_page_dtor for nohash is now moved to pte_fragment_free_mm() > This patch switch 4K linux page size config to use pte_t * type instead of struct page * for pgtable_t. This simplifies the code a lot helps in consolidating both 64k and 4k page allocator routin

Re: [PATCH V2 52/68] powerpc/mm: make 4k and 64k use pte_t for pgtable_t

2016-04-25 Thread Balbir Singh
On 09/04/16 16:13, Aneesh Kumar K.V wrote: > pgtable_page_dtor for nohash is now moved to pte_fragment_free_mm() > > Signed-off-by: Aneesh Kumar K.V This needs a better changelog > --- > arch/powerpc/include/asm/book3s/64/pgalloc.h | 147 > +++ > arch/powerpc/include

[PATCH V2 52/68] powerpc/mm: make 4k and 64k use pte_t for pgtable_t

2016-04-09 Thread Aneesh Kumar K.V
pgtable_page_dtor for nohash is now moved to pte_fragment_free_mm() Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/pgalloc.h | 147 +++ arch/powerpc/include/asm/nohash/64/pgalloc.h | 38 +-- arch/powerpc/include/asm/page.h | 10 +