commit | 0f62bf633f287b8e9af1384d0ef1857fc5e8363e | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:14 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:39 2016 -0500 |
tree | 5beb5f9913038485f5b6746f0125c2dc4e2400c8 | |
parent | ee47c4cb2b3413b3ee0edd2207de46d715b2628c [diff] |
sh4: cache: correct flush_cache() to writeback and invalidate In common usecases flush_cache() assumes both cache invalidation and write-back to memory, instead of doing cache invalidation only with the wrapped 'ocbi' instruction pin flush_cache() to cache invalidation with memory write-back done by 'ocbp'. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>