mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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
This commit is contained in:
parent
e426ab39f4
commit
f663f33120
3 changed files with 3 additions and 1 deletions
|
@ -435,7 +435,6 @@ extern void power7_idle_type(unsigned long type);
|
|||
extern void power9_idle_type(unsigned long stop_psscr_val,
|
||||
unsigned long stop_psscr_mask);
|
||||
|
||||
extern void flush_instruction_cache(void);
|
||||
extern int fix_alignment(struct pt_regs *);
|
||||
|
||||
#ifdef CONFIG_PPC64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue