diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-13 15:22:01 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-13 15:22:01 +0000 |
commit | 635de60ff3fade598bcbbf7e946327546984300d (patch) | |
tree | 6c7cf45f4822216ee9c3e237175b86d1d00bab6c /firmware/target/arm/mmu-arm.S | |
parent | 96e97987d9ac962380573de29ab70554da8cd64b (diff) |
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
Diffstat (limited to 'firmware/target/arm/mmu-arm.S')
-rw-r--r-- | firmware/target/arm/mmu-arm.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/mmu-arm.S b/firmware/target/arm/mmu-arm.S index 9e2100af28..947e96b75e 100644 --- a/firmware/target/arm/mmu-arm.S +++ b/firmware/target/arm/mmu-arm.S @@ -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 |