diff options
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 323395081b2a..1773544e3dbb 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -746,9 +746,6 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu) | |||
746 | __cpu_name[cpu] = "MIPS 4Kc"; | 746 | __cpu_name[cpu] = "MIPS 4Kc"; |
747 | break; | 747 | break; |
748 | case PRID_IMP_4KEC: | 748 | case PRID_IMP_4KEC: |
749 | c->cputype = CPU_4KEC; | ||
750 | __cpu_name[cpu] = "MIPS 4KEc"; | ||
751 | break; | ||
752 | case PRID_IMP_4KECR2: | 749 | case PRID_IMP_4KECR2: |
753 | c->cputype = CPU_4KEC; | 750 | c->cputype = CPU_4KEC; |
754 | __cpu_name[cpu] = "MIPS 4KEc"; | 751 | __cpu_name[cpu] = "MIPS 4KEc"; |