commit | 1e7cefef585c972ed40e016ba8739f5c5091254b | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 13 15:10:00 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 22:22:50 2017 -0400 |
tree | e9323035b7cba5f696db3c99f2faae3a05749280 | |
parent | 36d3260756ec6277acf474e1c407fdd9a104f9cb [diff] |
powerpc, 8xx: Move cache function into C files Avoid unnecessary assembly functions when they can easily be written in C. Also remove dc_read() as it is nowhere referenced Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>