diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-22 23:59:50 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-23 23:33:34 +0200 |
commit | 8e96b08472e6698011d3105912031e90e7ef553f (patch) | |
tree | 7de226c928d9fbcaf50d769fa6037f23b4436b81 /arch/mips/mm/c-r4k.c | |
parent | MIPS: Remove unused R4300 CPU support (diff) | |
download | linux-8e96b08472e6698011d3105912031e90e7ef553f.tar.xz linux-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/mm/c-r4k.c')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 07d9aa4f7491..89b9c851d822 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c @@ -1098,7 +1098,6 @@ static void probe_pcache(void) c->options |= MIPS_CPU_CACHE_CDEX_P; break; - case CPU_R5432: case CPU_R5500: icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); c->icache.linesz = 16 << ((config & CONF_IB) >> 5); |