aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/cpu-type.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-type.h
parentMIPS: Remove unused R4300 CPU support (diff)
downloadlinux-dev-8e96b08472e6698011d3105912031e90e7ef553f.tar.xz
linux-dev-8e96b08472e6698011d3105912031e90e7ef553f.zip
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-type.h')
-rw-r--r--arch/mips/include/asm/cpu-type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/cpu-type.h b/arch/mips/include/asm/cpu-type.h
index a6c4114e3aa7..b080f822219c 100644
--- a/arch/mips/include/asm/cpu-type.h
+++ b/arch/mips/include/asm/cpu-type.h
@@ -138,10 +138,6 @@ static inline int __pure __get_cpu_type(const int cpu_type)
case CPU_R5000:
#endif
-#ifdef CONFIG_SYS_HAS_CPU_R5432
- case CPU_R5432:
-#endif
-
#ifdef CONFIG_SYS_HAS_CPU_R5500
case CPU_R5500:
#endif