MIPS: Remove dead case label.
authorDavid Daney <ddaney@caviumnetworks.com>
Tue, 12 May 2009 19:41:55 +0000 (12:41 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 17 Jun 2009 10:06:26 +0000 (11:06 +0100)
commitfaed5288af0f05aa61ac1e8d47306d855a2868f0
tree406480e08fe3493f4b3ab57b1e6ff9d539d9dffd
parent9e290a19f21f4d6c305090d3c61fbfad65908188
MIPS: Remove dead case label.

CPU_CAVIUM_OCTEON is mips_r2 which is handled before the switch.  This
label in the switch statement is dead code, so we remove it.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Reviewed by: David VomLehn <dvomlehn@cisco.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c