diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-22 23:59:43 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-23 23:33:23 +0200 |
commit | f9065b54d437c4660e3d974ad9ce5188c068cd76 (patch) | |
tree | 32622164fa84225b50db05fcea98c830d431d7b1 /arch/mips/kernel/idle.c | |
parent | MIPS: qi_lb60: Move MMC configuration to devicetree (diff) | |
download | linux-f9065b54d437c4660e3d974ad9ce5188c068cd76.tar.xz linux-f9065b54d437c4660e3d974ad9ce5188c068cd76.zip |
MIPS: Remove unused R4300 CPU support
Our R4300 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R4300. No system does, making all R4300-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/kernel/idle.c')
-rw-r--r-- | arch/mips/kernel/idle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/idle.c b/arch/mips/kernel/idle.c index feaf9bbb82f2..eb2afc0b8db1 100644 --- a/arch/mips/kernel/idle.c +++ b/arch/mips/kernel/idle.c @@ -151,7 +151,6 @@ void __init check_wait(void) cpu_wait = r39xx_wait; break; case CPU_R4200: -/* case CPU_R4300: */ case CPU_R4600: case CPU_R4640: case CPU_R4650: |