summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/mmu-s5l8700.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s5l8700/mmu-s5l8700.S')
-rw-r--r--firmware/target/arm/s5l8700/mmu-s5l8700.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/s5l8700/mmu-s5l8700.S b/firmware/target/arm/s5l8700/mmu-s5l8700.S
index d6098a8593..f2795d56eb 100644
--- a/firmware/target/arm/s5l8700/mmu-s5l8700.S
+++ b/firmware/target/arm/s5l8700/mmu-s5l8700.S
@@ -27,7 +27,7 @@
27 * Cleans entire DCache 27 * Cleans entire DCache
28 * void clean_dcache(void); 28 * void clean_dcache(void);
29 */ 29 */
30 .section .text, "ax", %progbits 30 .section .icode, "ax", %progbits
31 .align 2 31 .align 2
32 .global clean_dcache 32 .global clean_dcache
33 .type clean_dcache, %function 33 .type clean_dcache, %function
@@ -55,7 +55,7 @@ cpucache_flush:
55 * will do writeback 55 * will do writeback
56 * void invalidate_dcache(void); 56 * void invalidate_dcache(void);
57 */ 57 */
58 .section .text, "ax", %progbits 58 .section .icode, "ax", %progbits
59 .align 2 59 .align 2
60 .global invalidate_dcache 60 .global invalidate_dcache
61 .type invalidate_dcache, %function 61 .type invalidate_dcache, %function
@@ -81,7 +81,7 @@ invalidate_dcache:
81 * will do writeback 81 * will do writeback
82 * void invalidate_idcache(void); 82 * void invalidate_idcache(void);
83 */ 83 */
84 .section .text, "ax", %progbits 84 .section .icode, "ax", %progbits
85 .align 2 85 .align 2
86 .global invalidate_idcache 86 .global invalidate_idcache
87 .type invalidate_idcache, %function 87 .type invalidate_idcache, %function