summaryrefslogtreecommitdiff
path: root/firmware/target/arm/mmu-armv6.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/mmu-armv6.S')
-rw-r--r--firmware/target/arm/mmu-armv6.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/mmu-armv6.S b/firmware/target/arm/mmu-armv6.S
index bb2d8a203f..58e03d6614 100644
--- a/firmware/target/arm/mmu-armv6.S
+++ b/firmware/target/arm/mmu-armv6.S
@@ -25,6 +25,8 @@
25 25
26/** Cache coherency **/ 26/** Cache coherency **/
27 27
28#if 0 /* unused */
29
28/* 30/*
29 * Invalidate DCache for this range 31 * Invalidate DCache for this range
30 * will do write back 32 * will do write back
@@ -45,6 +47,8 @@ invalidate_dcache_range:
45 bx lr @ 47 bx lr @
46 .size invalidate_dcache_range, .-invalidate_dcache_range 48 .size invalidate_dcache_range, .-invalidate_dcache_range
47 49
50#endif /* unused function */
51
48/* 52/*
49 * clean DCache for this range 53 * clean DCache for this range
50 * forces DCache writeback for the specified range 54 * forces DCache writeback for the specified range