X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=kernel%2Flinux%2Farch%2Fmips%2Fkernel%2Fcpu-probe.c;h=4e33778bb8928631a29863a3302dbb03e96baf11;hp=820ae0bc67e16f8bd28f2d32a638af4b764f96cd;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c diff --git a/kernel/linux/arch/mips/kernel/cpu-probe.c b/kernel/linux/arch/mips/kernel/cpu-probe.c index 820ae0bc..4e33778b 100755 --- a/kernel/linux/arch/mips/kernel/cpu-probe.c +++ b/kernel/linux/arch/mips/kernel/cpu-probe.c @@ -108,6 +108,9 @@ static inline void check_wait(void) /* case CPU_20KC:*/ case CPU_24K: case CPU_25KF: +/* case CPU_BCM6338:*/ +/* case CPU_BCM6348:*/ +/* case CPU_BCM6358:*/ cpu_wait = r4k_wait; printk(" available.\n"); break; @@ -546,12 +549,12 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c) case PRID_IMP_BCM6338: c->cputype = CPU_BCM6338; break; - case PRID_IMP_BCM6345: - c->cputype = CPU_BCM6345; - break; case PRID_IMP_BCM6348: c->cputype = CPU_BCM6348; break; + case PRID_IMP_BCM6358: + c->cputype = CPU_BCM6358; + break; default: c->cputype = CPU_UNKNOWN; break;