commit | bbc7f22f6dca8a075b565ade49e9a982f89707c3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 12 16:12:05 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:31:45 2005 +0100 |
tree | 06f2055cd1bb17f1330023bf111dc9fa7b1d589c | |
parent | 079ef8bb809c701fa0ab09d8984262693b854f94 [diff] [blame] |
Detect the 34K. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 7bd8584..c1d394d 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c
@@ -879,6 +879,7 @@ case CPU_4KEC: case CPU_24K: + case CPU_34K: i_ehb(p); tlbw(p); break;