commit | 1194f944c8a510c4243fa24f70d98717ac1e6771 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Jun 09 13:09:51 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Jun 10 12:27:29 2016 +0200 |
tree | cd113e5378ef3e0d720a97c40fabff9738467565 | |
parent | cbec11a2f27a0469d690d5f1c20071c2d9910968 [diff] |
MIPS: Fix invalidate_dcache_range to operate on L1 Dcache Commit fb64cda57998 ("MIPS: Abstract cache op loops with a macro") accidentally modified invalidate_dcache_range to operate on the L1 Icache instead of the Dcache. Fix the cache op used to operate on the Dcache. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Fixes: fb64cda57998 ("MIPS: Abstract cache op loops with a macro")