mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Add a dummy arch_invalidate_icache because for symmetry in the naming of cache operations
This commit is contained in:
@@ -112,6 +112,22 @@ static inline void arch_invalidate_dcache_all(void)
|
|||||||
#endif
|
#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
|
* Name: arch_clean_dcache
|
||||||
*
|
*
|
||||||
|
|||||||
+1
-1
Submodule configs updated: c40cdae240...d946874cfb
Reference in New Issue
Block a user