mmu-s5l8700.S: correct a comment about segment position in index format

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25624 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-13 14:05:59 +00:00
parent a0d970b6a9
commit 88148f39f6

View file

@ -34,7 +34,7 @@
.global cpucache_flush @ Alias
clean_dcache:
cpucache_flush:
@ Index format: 31:26 = index, 7:5 = segment, remainder = SBZ
@ Index format: 31:26 = index, 5:4 = segment, remainder = SBZ
mov r1, #0x00000000 @
1: @ clean_start @
mcr p15, 0, r1, c7, c10, 2 @ Clean entry by index
@ -60,7 +60,7 @@ cpucache_flush:
.global invalidate_dcache
.type invalidate_dcache, %function
invalidate_dcache:
@ Index format: 31:26 = index, 7:5 = segment, remainder = SBZ
@ Index format: 31:26 = index, 5:4 = segment, remainder = SBZ
mov r1, #0x00000000 @
1: @ inv_start @
mcr p15, 0, r1, c7, c14, 2 @ Clean and invalidate entry by index