Rename cache coherency functions.
commit93504926965e09d96f79c47c480b5d0d11668a96
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 8 Sep 2010 17:05:49 +0000 (8 17:05 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 8 Sep 2010 17:05:49 +0000 (8 17:05 +0000)
tree9d774686283a67152dba13d4079eca5aec33dde1
parent2b21b6a27526050dacf06c7466c96ea6b3e9888b
Rename cache coherency functions.

The old cache coherency function names where wrong and misleading.
The new names are (purposely different from vendor manuals)
*  commit_* (write-back only)
*  discard_* (removing lines from cache only)
*  commit_discard_* (write-back and removing lines from cache)

It's suspected the old names have led to wrong uses. The old names still exist
(as aliases) so every call via the old names need to be double checked and changed
to the new name.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28045 a1c6a512-1295-4272-9138-f99709370657
firmware/export/system.h
firmware/target/arm/mmu-arm.S
firmware/target/arm/mmu-arm.h
firmware/target/arm/mmu-armv6.S
firmware/target/arm/system-pp5002.c
firmware/target/arm/system-target.h
firmware/target/coldfire/system-coldfire.c
firmware/target/coldfire/system-target.h