aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2020-08-14 05:56:25 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2020-09-02 11:00:21 +1000
commitf663f3312051402d32952c44d156a20c0b854753 (patch)
treed867f386e56219a53b866a4003504f304cb02011 /arch/powerpc/platforms/44x
parentpowerpc: Remove flush_instruction_cache for book3s/32 (diff)
downloadlinux-dev-f663f3312051402d32952c44d156a20c0b854753.tar.xz
linux-dev-f663f3312051402d32952c44d156a20c0b854753.zip
powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h
flush_instruction_cache() belongs to the cache flushing function family. Move its prototype in asm/cacheflush.h Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/993445b5227e8ca2f0e38bcc9ea3dfea6e865920.1597384512.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r--arch/powerpc/platforms/44x/machine_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/machine_check.c b/arch/powerpc/platforms/44x/machine_check.c
index 90ad6ac529d2..a5c898bb9bab 100644
--- a/arch/powerpc/platforms/44x/machine_check.c
+++ b/arch/powerpc/platforms/44x/machine_check.c
@@ -7,6 +7,7 @@
#include <linux/ptrace.h>
#include <asm/reg.h>
+#include <asm/cacheflush.h>
int machine_check_440A(struct pt_regs *regs)
{