|
@@ -105,7 +105,8 @@ static inline int __init mips_sc_probe(void)
|
|
|
|
|
|
/* Ignore anything but MIPSxx processors */
|
|
|
if (!(c->isa_level & (MIPS_CPU_ISA_M32R1 | MIPS_CPU_ISA_M32R2 |
|
|
|
- MIPS_CPU_ISA_M64R1 | MIPS_CPU_ISA_M64R2)))
|
|
|
+ MIPS_CPU_ISA_M32R6 | MIPS_CPU_ISA_M64R1 |
|
|
|
+ MIPS_CPU_ISA_M64R2 | MIPS_CPU_ISA_M64R6)))
|
|
|
return 0;
|
|
|
|
|
|
/* Does this MIPS32/MIPS64 CPU have a config2 register? */
|