forked from len0rd/rockbox
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:
parent
a0d970b6a9
commit
88148f39f6
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
.global cpucache_flush @ Alias
|
.global cpucache_flush @ Alias
|
||||||
clean_dcache:
|
clean_dcache:
|
||||||
cpucache_flush:
|
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 @
|
mov r1, #0x00000000 @
|
||||||
1: @ clean_start @
|
1: @ clean_start @
|
||||||
mcr p15, 0, r1, c7, c10, 2 @ Clean entry by index
|
mcr p15, 0, r1, c7, c10, 2 @ Clean entry by index
|
||||||
|
@ -60,7 +60,7 @@ cpucache_flush:
|
||||||
.global invalidate_dcache
|
.global invalidate_dcache
|
||||||
.type invalidate_dcache, %function
|
.type invalidate_dcache, %function
|
||||||
invalidate_dcache:
|
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 @
|
mov r1, #0x00000000 @
|
||||||
1: @ inv_start @
|
1: @ inv_start @
|
||||||
mcr p15, 0, r1, c7, c14, 2 @ Clean and invalidate entry by index
|
mcr p15, 0, r1, c7, c14, 2 @ Clean and invalidate entry by index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue