commit | 10a3dabddd79473130c6ded7f7cef1d55fccc115 | [log] [tgz] |
---|---|---|
author | Thiemo Seufer <ths@networkno.de> | Fri Sep 09 20:26:54 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:18 2005 +0100 |
tree | 8563bee83ef4b13ca1ca0f9141949437f0c7510f | |
parent | 02fe2c9ce3159f62339f30dfe62aeb6e4aa75d6e [diff] [blame] |
Add/Fix missing bit of R4600 hit cacheop workaround. Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 586baf2..aa87ae5 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c
@@ -481,6 +481,7 @@ if (end - start > dcache_size) { r4k_blast_dcache(); } else { + R4600_HIT_CACHEOP_WAR_IMPL; addr = start & ~(dc_lsize - 1); aend = (end - 1) & ~(dc_lsize - 1);