Re: [PATCH] powerpc: Reduce redundancy in pgtable.h

2022-10-04 Thread Michael Ellerman
On Wed, 7 Sep 2022 12:05:01 +0200, Christophe Leroy wrote: > PAGE_KERNEL_TEXT, PAGE_KERNEL_EXEC and PAGE_AGP are the same > for all powerpcs. > > Remove duplicated definitions. > > Applied to powerpc/next. [1/1] powerpc: Reduce redundancy in pgtable.h

[PATCH] powerpc: Reduce redundancy in pgtable.h

2022-09-07 Thread Christophe Leroy
PAGE_KERNEL_TEXT, PAGE_KERNEL_EXEC and PAGE_AGP are the same for all powerpcs. Remove duplicated definitions. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/book3s/32/pgtable.h | 19 --- arch/powerpc/include/asm/book3s/64/pgtable.h | 19 ---