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
|
||||
* void clean_dcache(void);
|
||||
*/
|
||||
.section .text, "ax", %progbits
|
||||
.section .icode, "ax", %progbits
|
||||
.align 2
|
||||
.global clean_dcache
|
||||
.type clean_dcache, %function
|
||||
|
@ -55,7 +55,7 @@ cpucache_flush:
|
|||
* will do writeback
|
||||
* void invalidate_dcache(void);
|
||||
*/
|
||||
.section .text, "ax", %progbits
|
||||
.section .icode, "ax", %progbits
|
||||
.align 2
|
||||
.global invalidate_dcache
|
||||
.type invalidate_dcache, %function
|
||||
|
@ -81,7 +81,7 @@ invalidate_dcache:
|
|||
* will do writeback
|
||||
* void invalidate_idcache(void);
|
||||
*/
|
||||
.section .text, "ax", %progbits
|
||||
.section .icode, "ax", %progbits
|
||||
.align 2
|
||||
.global invalidate_idcache
|
||||
.type invalidate_idcache, %function
|
||||
|
|
Loading…
Reference in a new issue