Commit f663f331 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman

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: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/993445b5227e8ca2f0e38bcc9ea3dfea6e865920.1597384512.git.christophe.leroy@csgroup.eu
parent e426ab39
...@@ -98,6 +98,8 @@ static inline void invalidate_dcache_range(unsigned long start, ...@@ -98,6 +98,8 @@ static inline void invalidate_dcache_range(unsigned long start,
mb(); /* sync */ mb(); /* sync */
} }
void flush_instruction_cache(void);
#include <asm-generic/cacheflush.h> #include <asm-generic/cacheflush.h>
#endif /* _ASM_POWERPC_CACHEFLUSH_H */ #endif /* _ASM_POWERPC_CACHEFLUSH_H */
...@@ -435,7 +435,6 @@ extern void power7_idle_type(unsigned long type); ...@@ -435,7 +435,6 @@ extern void power7_idle_type(unsigned long type);
extern void power9_idle_type(unsigned long stop_psscr_val, extern void power9_idle_type(unsigned long stop_psscr_val,
unsigned long stop_psscr_mask); unsigned long stop_psscr_mask);
extern void flush_instruction_cache(void);
extern int fix_alignment(struct pt_regs *); extern int fix_alignment(struct pt_regs *);
#ifdef CONFIG_PPC64 #ifdef CONFIG_PPC64
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <linux/ptrace.h> #include <linux/ptrace.h>
#include <asm/reg.h> #include <asm/reg.h>
#include <asm/cacheflush.h>
int machine_check_440A(struct pt_regs *regs) int machine_check_440A(struct pt_regs *regs)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment