Re: [PATCH v2 1/4] powerpc: Remove flush_instruction_cache for book3s/32

2020-09-09 Thread Michael Ellerman
On Fri, 14 Aug 2020 05:56:24 + (UTC), Christophe Leroy wrote: > The only callers of flush_instruction_cache() are: > > arch/powerpc/kernel/swsusp_booke.S: bl flush_instruction_cache > arch/powerpc/mm/nohash/40x.c: flush_instruction_cache(); > arch/powerpc/mm/nohash/44x.c:

[PATCH v2 1/4] powerpc: Remove flush_instruction_cache for book3s/32

2020-08-13 Thread Christophe Leroy
The only callers of flush_instruction_cache() are: arch/powerpc/kernel/swsusp_booke.S: bl flush_instruction_cache arch/powerpc/mm/nohash/40x.c: flush_instruction_cache(); arch/powerpc/mm/nohash/44x.c: flush_instruction_cache(); arch/powerpc/mm/nohash/fsl_booke.c: