summary refs log tree commit diff
path: root/arch/mips/include/asm/cpu.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2019-07-22 21:59:50 +0000
committerPaul Burton <paul.burton@mips.com>2019-07-23 14:33:34 -0700
commit8e96b08472e6698011d3105912031e90e7ef553f (patch)
tree7de226c928d9fbcaf50d769fa6037f23b4436b81 /arch/mips/include/asm/cpu.h
parentf9065b54d437c4660e3d974ad9ce5188c068cd76 (diff)
downloadlinux-8e96b08472e6698011d3105912031e90e7ef553f.tar.gz
MIPS: Remove unused R5432 CPU support
Our R5432 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R5432. No system does, making all R5432-related CPU
support dead code. Remove it.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/include/asm/cpu.h')
-rw-r--r--arch/mips/include/asm/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h
index babc602862bd..dcc0cc8c6773 100644
--- a/arch/mips/include/asm/cpu.h
+++ b/arch/mips/include/asm/cpu.h
@@ -295,7 +295,7 @@ enum cpu_type_enum {
 	 */
 	CPU_R4000PC, CPU_R4000SC, CPU_R4000MC, CPU_R4200,
 	CPU_R4400PC, CPU_R4400SC, CPU_R4400MC, CPU_R4600, CPU_R4640, CPU_R4650,
-	CPU_R4700, CPU_R5000, CPU_R5500, CPU_NEVADA, CPU_R5432, CPU_R10000,
+	CPU_R4700, CPU_R5000, CPU_R5500, CPU_NEVADA, CPU_R10000,
 	CPU_R12000, CPU_R14000, CPU_R16000, CPU_VR41XX, CPU_VR4111, CPU_VR4121,
 	CPU_VR4122, CPU_VR4131, CPU_VR4133, CPU_VR4181, CPU_VR4181A, CPU_RM7000,
 	CPU_SR71000, CPU_TX49XX,