"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
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
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 +