Re: [PATCH v2] powerpc: Remove flush_instruction_cache() on 8xx

2020-09-09 Thread Michael Ellerman
On Fri, 14 Aug 2020 05:49:29 + (UTC), Christophe Leroy wrote: > flush_instruction_cache() is never used on 8xx, remove it. Applied to powerpc/next. [1/1] powerpc: Remove flush_instruction_cache() on 8xx https://git.kernel.org/powerpc/c/76d46a1e2fe2c35f24c07b7cc8a41afbf98b349e cheers

[PATCH v2] powerpc: Remove flush_instruction_cache() on 8xx

2020-08-13 Thread Christophe Leroy
flush_instruction_cache() is never used on 8xx, remove it. Signed-off-by: Christophe Leroy --- v2: Becomes a standalone patch independant of the series dismantling the ASM flush_instruction_cache() --- arch/powerpc/mm/nohash/8xx.c | 7 --- 1 file changed, 7 deletions(-) diff --git