summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex.c
diff options
context:
space:
mode:
authorRalf Baechle2005-07-12 18:12:05 +0200
committerRalf Baechle2005-10-29 20:31:45 +0200
commitbbc7f22f6dca8a075b565ade49e9a982f89707c3 (patch)
tree06f2055cd1bb17f1330023bf111dc9fa7b1d589c /arch/mips/mm/tlbex.c
parentGenerate code for MIPS32 / MIPS64 Release 2 if configured for one of (diff)
downloadkernel-qcow2-linux-bbc7f22f6dca8a075b565ade49e9a982f89707c3.tar.gz
kernel-qcow2-linux-bbc7f22f6dca8a075b565ade49e9a982f89707c3.tar.xz
kernel-qcow2-linux-bbc7f22f6dca8a075b565ade49e9a982f89707c3.zip
Detect the 34K.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlbex.c')
-rw-r--r--arch/mips/mm/tlbex.c1
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,
case CPU_4KEC:
case CPU_24K:
+ case CPU_34K:
i_ehb(p);
tlbw(p);
break;