commit | ce3f7cb96e67d6518c7fc7b361a76409c3817d64 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Tue Sep 01 13:32:48 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Sep 01 13:32:48 2009 +0900 |
tree | 183e635fb7b855f348a6e4ba42a1da0a2692a4b2 | |
parent | 1279b7f1168ad6a2606191090f8a96eba64766a4 [diff] |
sh: Fix dcache flushing for N-way write-through caches. This adopts the special-cased 2-way write-through dcache flusher for N-ways and moves it in to the generic path. Assignment is done at runtime via the check for the CCR_CACHE_WT bit in the same path as the per-way writeback flushers. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>