mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Commit to certain names for cache coherency APIs and discard the aliases.
Wouldn't surprise me a bit to get some non-green. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31339 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43d7a75369
commit
6a67707b5e
51 changed files with 120 additions and 213 deletions
|
|
@ -37,4 +37,8 @@ void __icache_invalidate_all(void);
|
|||
void __flush_dcache_line(unsigned long addr);
|
||||
void dma_cache_wback_inv(unsigned long addr, unsigned long size);
|
||||
|
||||
#define commit_discard_idcache __icache_invalidate_all
|
||||
#define commit_discard_dcache __dcache_invalidate_all
|
||||
#define commit_dcache __dcache_writeback_all
|
||||
|
||||
#endif /* __MMU_MIPS_INCLUDE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue