diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-12 12:12:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:45 -0400 |
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 7bd8584fafb2..c1d394d36f6c 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, | |||
879 | 879 | ||
880 | case CPU_4KEC: | 880 | case CPU_4KEC: |
881 | case CPU_24K: | 881 | case CPU_24K: |
882 | case CPU_34K: | ||
882 | i_ehb(p); | 883 | i_ehb(p); |
883 | tlbw(p); | 884 | tlbw(p); |
884 | break; | 885 | break; |