diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-12 16:12:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:45 +0100 |
commit | bbc7f22f6dca8a075b565ade49e9a982f89707c3 (patch) | |
tree | 06f2055cd1bb17f1330023bf111dc9fa7b1d589c /arch/mips/mm | |
parent | 079ef8bb809c701fa0ab09d8984262693b854f94 (diff) |
Detect the 34K.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/tlbex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 7bd8584fafb..c1d394d36f6 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c @@ -879,6 +879,7 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l, case CPU_4KEC: case CPU_24K: + case CPU_34K: i_ehb(p); tlbw(p); break; |