commit | c00ab4896ed5f7d89af6f90b809e2c0197c6d170 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Jul 02 10:38:05 2016 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 06 15:09:36 2016 +0200 |
tree | 45ffb4c8d875ee0373c8a53e6976df10d1293a93 | |
parent | c683ffe2193b31bba64650fc74d1d6ba254eaafd [diff] |
MIPS: Remove cpu_has_safe_index_cacheops Very early versions of the 1004K had an hardware issue that made index cache ops unsafe so they had to be avoided and hit ops be used instead. This may significantly slow down cache maintenance operations. Only very early FPGA versions of the 1004K were affected so let's get rid of the workaround which was only implemented for the DMA cache maintenance operations anyway. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>