mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Fix Nano2G rolo once again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fd57a2a87
commit
e39b653947
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
* Cleans entire DCache
|
* Cleans entire DCache
|
||||||
* void clean_dcache(void);
|
* void clean_dcache(void);
|
||||||
*/
|
*/
|
||||||
.section .text, "ax", %progbits
|
.section .icode, "ax", %progbits
|
||||||
.align 2
|
.align 2
|
||||||
.global clean_dcache
|
.global clean_dcache
|
||||||
.type clean_dcache, %function
|
.type clean_dcache, %function
|
||||||
|
|
@ -55,7 +55,7 @@ cpucache_flush:
|
||||||
* will do writeback
|
* will do writeback
|
||||||
* void invalidate_dcache(void);
|
* void invalidate_dcache(void);
|
||||||
*/
|
*/
|
||||||
.section .text, "ax", %progbits
|
.section .icode, "ax", %progbits
|
||||||
.align 2
|
.align 2
|
||||||
.global invalidate_dcache
|
.global invalidate_dcache
|
||||||
.type invalidate_dcache, %function
|
.type invalidate_dcache, %function
|
||||||
|
|
@ -81,7 +81,7 @@ invalidate_dcache:
|
||||||
* will do writeback
|
* will do writeback
|
||||||
* void invalidate_idcache(void);
|
* void invalidate_idcache(void);
|
||||||
*/
|
*/
|
||||||
.section .text, "ax", %progbits
|
.section .icode, "ax", %progbits
|
||||||
.align 2
|
.align 2
|
||||||
.global invalidate_idcache
|
.global invalidate_idcache
|
||||||
.type invalidate_idcache, %function
|
.type invalidate_idcache, %function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue