X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Fcpu-probe.c;h=a263fb7a39715aa9e4dd8014cdb8ca9631617d9f;hb=93ce2f524e96571711029884e6340c790a029b94;hp=f7a841573b84b4fe04f335ee1dc81795e96805e2;hpb=d121ced21d79eab7726bfe6b1e33da4ae86072c0;p=linux-2.6 diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index f7a841573b..a263fb7a39 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c @@ -623,6 +623,9 @@ static inline void cpu_probe_sibyte(struct cpuinfo_mips *c) c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR); #endif break; + case PRID_IMP_SB1A: + c->cputype = CPU_SB1A; + break; } }