diff options
Diffstat (limited to 'arch/mips/kernel')
| -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 323395081b2..1773544e3db 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)  		__cpu_name[cpu] = "MIPS 4Kc";  		break;  	case PRID_IMP_4KEC: -		c->cputype = CPU_4KEC; -		__cpu_name[cpu] = "MIPS 4KEc"; -		break;  	case PRID_IMP_4KECR2:  		c->cputype = CPU_4KEC;  		__cpu_name[cpu] = "MIPS 4KEc";  |