Re: powerpc/mm: Remove the debug hugepd_ok check

2017-01-26 Thread Michael Ellerman
On Wed, 2016-12-14 at 04:39:45 UTC, "Aneesh Kumar K.V" wrote: > We don't do this for other page table entries. So lets keep this simple > and always return false for hugepd check on a 64K page size config. > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.o

[PATCH] powerpc/mm: Remove the debug hugepd_ok check

2016-12-13 Thread Aneesh Kumar K.V
We don't do this for other page table entries. So lets keep this simple and always return false for hugepd check on a 64K page size config. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/pgtable-64k.h | 5 - arch/powerpc/mm/hugetlbpage-hash64.c | 21 -