diff options
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index f7a841573b84..a263fb7a3971 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) | |||
623 | c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR); | 623 | c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR); |
624 | #endif | 624 | #endif |
625 | break; | 625 | break; |
626 | case PRID_IMP_SB1A: | ||
627 | c->cputype = CPU_SB1A; | ||
628 | break; | ||
626 | } | 629 | } |
627 | } | 630 | } |
628 | 631 | ||