summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/s5l8700/mmu-s5l8700.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/s5l8700/mmu-s5l8700.S b/firmware/target/arm/s5l8700/mmu-s5l8700.S
index b745c8bb04..35406b9c5c 100644
--- a/firmware/target/arm/s5l8700/mmu-s5l8700.S
+++ b/firmware/target/arm/s5l8700/mmu-s5l8700.S
@@ -34,7 +34,7 @@
34 .global cpucache_flush @ Alias 34 .global cpucache_flush @ Alias
35clean_dcache: 35clean_dcache:
36cpucache_flush: 36cpucache_flush:
37 @ Index format: 31:26 = index, 7:5 = segment, remainder = SBZ 37 @ Index format: 31:26 = index, 5:4 = segment, remainder = SBZ
38 mov r1, #0x00000000 @ 38 mov r1, #0x00000000 @
391: @ clean_start @ 391: @ clean_start @
40 mcr p15, 0, r1, c7, c10, 2 @ Clean entry by index 40 mcr p15, 0, r1, c7, c10, 2 @ Clean entry by index
@@ -60,7 +60,7 @@ cpucache_flush:
60 .global invalidate_dcache 60 .global invalidate_dcache
61 .type invalidate_dcache, %function 61 .type invalidate_dcache, %function
62invalidate_dcache: 62invalidate_dcache:
63 @ Index format: 31:26 = index, 7:5 = segment, remainder = SBZ 63 @ Index format: 31:26 = index, 5:4 = segment, remainder = SBZ
64 mov r1, #0x00000000 @ 64 mov r1, #0x00000000 @
651: @ inv_start @ 651: @ inv_start @
66 mcr p15, 0, r1, c7, c14, 2 @ Clean and invalidate entry by index 66 mcr p15, 0, r1, c7, c14, 2 @ Clean and invalidate entry by index