]> err.no Git - linux-2.6/blobdiff - arch/mips/kernel/cpu-probe.c
Detect the 34K.
[linux-2.6] / arch / mips / kernel / cpu-probe.c
index 2b6db681417d11d108281a3ee105ffde4df440e7..e40bd6fccea588988edb829f0559950bb42d4055 100644 (file)
@@ -104,6 +104,7 @@ static inline void check_wait(void)
 /*     case CPU_20KC:*/
        case CPU_24K:
        case CPU_25KF:
+       case CPU_34K:
                cpu_wait = r4k_wait;
                printk(" available.\n");
                break;
@@ -538,6 +539,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
                /* Probe for L2 cache */
                c->scache.flags &= ~MIPS_CACHE_NOT_PRESENT;
                break;
+       case PRID_IMP_34K:
+               c->cputype = CPU_34K;
+               c->isa_level = MIPS_CPU_ISA_M32;
+               break;
        }
 }