Add a dummy arch_invalidate_icache because for symmetry in the naming of cache operations
This commit is contained in:
parent
c9870f1960
commit
0f0800de25
@ -112,6 +112,22 @@ static inline void arch_invalidate_dcache_all(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
/************************************************************************************
|
||||
* Name: arch_invalidate_icache
|
||||
*
|
||||
* Description:
|
||||
* Invalidate all instruction caches to PoU, also flushes branch target cache
|
||||
*
|
||||
* Input Parameters:
|
||||
* None
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#define arch_invalidate_icache() cp15_invalidate_icache()
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arch_clean_dcache
|
||||
*
|
||||
|
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit c40cdae24050d9bb5a131e5a946eb4f6b66ffa99
|
||||
Subproject commit d946874cfb6f0e50d3a8e9ec662529cd6801b860
|
Loading…
Reference in New Issue
Block a user