Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Christophe Leroy e426ab39f4 powerpc: Remove flush_instruction_cache for book3s/32
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:	flush_instruction_cache();
arch/powerpc/platforms/44x/machine_check.c:			flush_instruction_cache();
arch/powerpc/platforms/44x/machine_check.c:		flush_instruction_cache();

This function is not used by book3s/32, drop it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/50098f49877cea0f46730a9df82dcabf84160e4b.1597384512.git.christophe.leroy@csgroup.eu
2020-09-02 11:00:21 +10:00
..
2020-09-02 11:00:19 +10:00
2020-03-10 15:16:42 +11:00
2019-08-30 09:52:57 +10:00
2020-07-27 00:01:30 +10:00
2020-05-26 23:36:57 +10:00
2020-07-18 22:43:55 +10:00
2020-05-26 23:36:51 +10:00
2020-07-16 13:12:47 +10:00