MIPS: Add support for the 1074K core.
[deliverable/linux.git] / arch / mips / kernel / cpu-probe.c
index 1b51046191e85a77dfb56aa284b96e66b035b083..ed3eaf6409b45ef4d2c46cac0a621e26960ba5a3 100644 (file)
@@ -857,6 +857,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)
                c->cputype = CPU_1004K;
                __cpu_name[cpu] = "MIPS 1004Kc";
                break;
+       case PRID_IMP_1074K:
+               c->cputype = CPU_74K;
+               __cpu_name[cpu] = "MIPS 1074Kc";
+               break;
        }
 
        spram_config();
This page took 0.024092 seconds and 5 git commands to generate.