diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-23 00:00:03 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-23 23:33:51 +0200 |
commit | c2aeaaea175652af6610f97a0de6d7cd07311e18 (patch) | |
tree | 51b3719498bd049aad092a3c6bbe6e6da3aa88f3 /arch/mips/include/asm/cpu.h | |
parent | MIPS: Remove unused R5432_CP0_INTERRUPT_WAR (diff) | |
download | linux-c2aeaaea175652af6610f97a0de6d7cd07311e18.tar.xz 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.h')
-rw-r--r-- | arch/mips/include/asm/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h index dcc0cc8c6773..62a72bb3f036 100644 --- a/arch/mips/include/asm/cpu.h +++ b/arch/mips/include/asm/cpu.h @@ -301,11 +301,6 @@ enum cpu_type_enum { CPU_SR71000, CPU_TX49XX, /* - * R8000 class processors - */ - CPU_R8000, - - /* * TX3900 class processors */ CPU_TX3912, CPU_TX3922, CPU_TX3927, |