Re: [PATCH 1/2] powerpc/nohash: Remove pgd_huge() stub

2022-10-04 Thread Michael Ellerman
On Wed, 7 Sep 2022 11:34:44 +0200, Christophe Leroy wrote: > linux/hugetlb.h has a fallback pgd_huge() macro for when > pgd_huge is not defined. > > Remove the powerpc redundant definitions. > > Applied to powerpc/next. [1/2] powerpc/nohash: Remove pgd_huge() stub https://git.kernel.org/

[PATCH 1/2] powerpc/nohash: Remove pgd_huge() stub

2022-09-07 Thread Christophe Leroy
linux/hugetlb.h has a fallback pgd_huge() macro for when pgd_huge is not defined. Remove the powerpc redundant definitions. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/nohash/pgtable.h | 6 -- arch/powerpc/include/asm/page.h | 1 - 2 files changed, 7 deletions(-)