diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2010-01-19 18:59:27 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
commit | 2fe062608086f9b74a80f16272c5a59a3e05722f (patch) | |
tree | d6ee7a2a40522345829b1aca0bc128d125da7d19 /arch/mips/kernel | |
parent | 1b362e3e350f72c6cb4b3346f6ba92a529082a09 (diff) |
MIPS: Cleanup switches with cases that can be merged
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
To: linux-mips@linux-mips.org
To: Andrew Morton <akpm@linux-foundation.org>
To: LKML <linux-kernel@vger.kernel.org>
Patchwork: http://patchwork.linux-mips.org/patch/860/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 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"; |