commit | f3ff6432dde9c0800754f1f144f6e864ac228214 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Jul 10 13:33:24 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Jul 17 15:49:34 2012 +1000 |
tree | 16739657a2a113ceda333e428b393caf0e6774f1 | |
parent | b60f187fecee5d9dceb89773e15f976fe21d893a [diff] |
m68k: fix ColdFire clear cache operation The code for clearing (invalidating) the ColdFire cache is actually performing a push operation. Add functions to clear the cache, and fix cache_clear() to call the appropriate clear cache function. Signed-off-by: Greg Ungerer <gerg@uclinux.org>