summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
diff options
context:
space:
mode:
authorNigel Stephens2006-04-27 16:50:32 +0200
committerRalf Baechle2006-06-01 01:28:30 +0200
commit98a41de99a4e4febe99b22c3a28d434caeb3165c (patch)
tree6fed878cc364d268f4e598520d36a3c467695d35 /arch/mips/kernel/traps.c
parent[MIPS] Fix marking buddy of pte global for MIPS32 w/36-bit physical address (diff)
downloadkernel-qcow2-linux-98a41de99a4e4febe99b22c3a28d434caeb3165c.tar.gz
kernel-qcow2-linux-98a41de99a4e4febe99b22c3a28d434caeb3165c.tar.xz
kernel-qcow2-linux-98a41de99a4e4febe99b22c3a28d434caeb3165c.zip
[MIPS] Add missing 34K processor IDs
The 34K is very much like a 24K on steroids. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r--arch/mips/kernel/traps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index 4901f0a37fca..35cb08da3820 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -902,6 +902,7 @@ static inline void parity_protection_init(void)
{
switch (current_cpu_data.cputype) {
case CPU_24K:
+ case CPU_34K:
case CPU_5KC:
write_c0_ecc(0x80000000);
back_to_back_c0_hazard();