commit | 8afcb5d82934c83fb01664ae00eaff9de1d8d340 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Oct 04 15:01:26 2005 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:36 2005 +0100 |
tree | b658bb46b7e42f78befc5cc561ef69b43d0bab53 | |
parent | d50f7ec9d2c3e66cc9d529f2155d088d019f467a [diff] |
Detect 4KSD and treat it like 4KSc. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 8e6427a..72c580d 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c
@@ -548,6 +548,7 @@ c->cputype = CPU_4KEC; break; case PRID_IMP_4KSC: + case PRID_IMP_4KSD: c->cputype = CPU_4KSC; break; case PRID_IMP_5KC: