diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2019-10-21 13:50:20 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2019-10-23 09:05:54 +0200 |
commit | 9305f5c09159d8488014a8619f0af4ffdfb71003 (patch) | |
tree | 06deaa413bbd8e5fd9e94285717a69bd9ccba2dc /arch/mips/include/asm/cache.h | |
parent | 0ca2c61a2b99ea56b1e9a44ae3df1483245d299e (diff) | |
download | barebox-9305f5c09159d8488014a8619f0af4ffdfb71003.tar.gz |
MIPS: move r4k_cache_init in to cpu_probe function
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/include/asm/cache.h')
-rw-r--r-- | arch/mips/include/asm/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cache.h b/arch/mips/include/asm/cache.h index cceba0acc0..4bb39b1cd4 100644 --- a/arch/mips/include/asm/cache.h +++ b/arch/mips/include/asm/cache.h @@ -2,5 +2,6 @@ #define _ASM_MIPS_CACHE_H void flush_cache_all(void); +void r4k_cache_init(void); #endif /* _ASM_MIPS_CACHE_H */ |