Add a dummy arch_invalidate_icache because for symmetry in the naming of cache operations

This commit is contained in:
Gregory Nutt
2015-07-02 11:13:23 -06:00
parent c9870f1960
commit 0f0800de25
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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
*
+1 -1
Submodule configs updated: c40cdae240...d946874cfb