diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-04 10:01:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:36 -0400 |
commit | 8afcb5d82934c83fb01664ae00eaff9de1d8d340 (patch) | |
tree | b658bb46b7e42f78befc5cc561ef69b43d0bab53 /arch/mips | |
parent | d50f7ec9d2c3e66cc9d529f2155d088d019f467a (diff) |
Detect 4KSD and treat it like 4KSc.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 8e6427a50916..72c580d94e24 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -548,6 +548,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c) | |||
548 | c->cputype = CPU_4KEC; | 548 | c->cputype = CPU_4KEC; |
549 | break; | 549 | break; |
550 | case PRID_IMP_4KSC: | 550 | case PRID_IMP_4KSC: |
551 | case PRID_IMP_4KSD: | ||
551 | c->cputype = CPU_4KSC; | 552 | c->cputype = CPU_4KSC; |
552 | break; | 553 | break; |
553 | case PRID_IMP_5KC: | 554 | case PRID_IMP_5KC: |