Re: [PATCH v1 1/3] powerpc/32s: Remove unused counters incremented by create_hpte()

2020-12-15 Thread Michael Ellerman
On Tue, 24 Nov 2020 19:51:55 + (UTC), Christophe Leroy wrote: > primary_pteg_full and htab_hash_searches are not used. > > Remove them. Applied to powerpc/next. [1/3] powerpc/32s: Remove unused counters incremented by create_hpte() https://git.kernel.org/powerpc/c/c5ccb4e78968fbe64f938

[PATCH v1 1/3] powerpc/32s: Remove unused counters incremented by create_hpte()

2020-11-24 Thread Christophe Leroy
primary_pteg_full and htab_hash_searches are not used. Remove them. Signed-off-by: Christophe Leroy --- arch/powerpc/mm/book3s32/hash_low.S | 15 --- 1 file changed, 15 deletions(-) diff --git a/arch/powerpc/mm/book3s32/hash_low.S b/arch/powerpc/mm/book3s32/hash_low.S index 9a56ba