Re: [PATCH] powerpc/mm: Fix verification of MMU_FTR_TYPE_44x

2020-12-10 Thread Michael Ellerman
On Sat, 10 Oct 2020 17:30:59 + (UTC), Christophe Leroy wrote: > MMU_FTR_TYPE_44x cannot be checked by cpu_has_feature() > > Use mmu_has_feature() instead Applied to powerpc/next. [1/1] powerpc/mm: Fix verification of MMU_FTR_TYPE_44x

[PATCH] powerpc/mm: Fix verification of MMU_FTR_TYPE_44x

2020-10-10 Thread Christophe Leroy
MMU_FTR_TYPE_44x cannot be checked by cpu_has_feature() Use mmu_has_feature() instead Fixes: 23eb7f560a2a ("powerpc: Convert flush_icache_range & friends to C") Cc: sta...@vger.kernel.org Signed-off-by: Christophe Leroy --- arch/powerpc/mm/mem.c | 2 +- 1 file changed, 1 insertion(+), 1