aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/include/asm/cpu-type.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2019-07-22 22:00:03 +0000
committerPaul Burton <paul.burton@mips.com>2019-07-23 14:33:51 -0700
commitc2aeaaea175652af6610f97a0de6d7cd07311e18 (patch)
tree51b3719498bd049aad092a3c6bbe6e6da3aa88f3 /arch/mips/include/asm/cpu-type.h
parentMIPS: Remove unused R5432_CP0_INTERRUPT_WAR (diff)
downloadwireguard-linux-c2aeaaea175652af6610f97a0de6d7cd07311e18.tar.xz
wireguard-linux-c2aeaaea175652af6610f97a0de6d7cd07311e18.zip
MIPS: Remove unused R8000 CPU support
Our R8000 CPU support can only be included if a system selects CONFIG_SYS_HAS_CPU_R8000. No system does, making all R8000-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 b080f822219c..7bbb66760a07 100644
--- a/arch/mips/include/asm/cpu-type.h
+++ b/arch/mips/include/asm/cpu-type.h
@@ -146,10 +146,6 @@ static inline int __pure __get_cpu_type(const int cpu_type)
case CPU_NEVADA:
#endif
-#ifdef CONFIG_SYS_HAS_CPU_R8000
- case CPU_R8000:
-#endif
-
#ifdef CONFIG_SYS_HAS_CPU_R10000
case CPU_R10000:
case CPU_R12000: