From: Ralf Baechle Date: Tue, 4 Oct 2005 14:01:26 +0000 (+0100) Subject: Detect 4KSD and treat it like 4KSc. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8afcb5d82934c83fb01664ae00eaff9de1d8d340;p=linux-beck.git Detect 4KSD and treat it like 4KSc. Signed-off-by: Ralf Baechle --- 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) c->cputype = CPU_4KEC; break; case PRID_IMP_4KSC: + case PRID_IMP_4KSD: c->cputype = CPU_4KSC; break; case PRID_IMP_5KC: