diff options
author | Nigel Stephens <nigel@mips.com> | 2006-04-27 10:50:32 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-05-31 19:28:30 -0400 |
commit | 98a41de99a4e4febe99b22c3a28d434caeb3165c (patch) | |
tree | 6fed878cc364d268f4e598520d36a3c467695d35 /arch/mips/kernel/traps.c | |
parent | 6e9538917c5f62c1a1598da9b898702800801b98 (diff) |
[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.c | 1 |
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) | |||
902 | { | 902 | { |
903 | switch (current_cpu_data.cputype) { | 903 | switch (current_cpu_data.cputype) { |
904 | case CPU_24K: | 904 | case CPU_24K: |
905 | case CPU_34K: | ||
905 | case CPU_5KC: | 906 | case CPU_5KC: |
906 | write_c0_ecc(0x80000000); | 907 | write_c0_ecc(0x80000000); |
907 | back_to_back_c0_hazard(); | 908 | back_to_back_c0_hazard(); |