forked from len0rd/rockbox
mmu-arm.S: comment out dump_dcache_range()
It is only used by gigabeats, and is defined in mmu-armv6.S already git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
96e97987d9
commit
635de60ff3
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ clean_dcache_range:
|
|||
bx lr @
|
||||
.size clean_dcache_range, .-clean_dcache_range
|
||||
|
||||
#if 0 /* unused */
|
||||
/*
|
||||
* Dump DCache for this range
|
||||
* will *NOT* do write back except for buffer edges not on a line boundary
|
||||
|
@ -299,6 +300,7 @@ clean_dcache_range:
|
|||
mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
|
||||
bx lr @
|
||||
.size dump_dcache_range, .-dump_dcache_range
|
||||
#endif /* unused function */
|
||||
|
||||
/*
|
||||
* Cleans entire DCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue