aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cpu-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r--arch/mips/kernel/cpu-probe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index 552d2b6c191e..1ae7762fd084 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -482,6 +482,8 @@ static inline unsigned int decode_config3(struct cpuinfo_mips *c)
482 482
483 if (config3 & MIPS_CONF3_SM) 483 if (config3 & MIPS_CONF3_SM)
484 c->ases |= MIPS_ASE_SMARTMIPS; 484 c->ases |= MIPS_ASE_SMARTMIPS;
485 if (config3 & MIPS_CONF3_DSP)
486 c->ases |= MIPS_ASE_DSP;
485 487
486 return config3 & MIPS_CONF_M; 488 return config3 & MIPS_CONF_M;
487} 489}
@@ -529,6 +531,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
529 c->cputype = CPU_20KC; 531 c->cputype = CPU_20KC;
530 break; 532 break;
531 case PRID_IMP_24K: 533 case PRID_IMP_24K:
534 case PRID_IMP_24KE:
532 c->cputype = CPU_24K; 535 c->cputype = CPU_24K;
533 break; 536 break;
534 case PRID_IMP_25KF: 537 case PRID_IMP_25KF: