summaryrefslogtreecommitdiff
path: root/arch/mips/mm/tlbex.c
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2019-07-23 00:59:50 +0300
committerPaul Burton <paul.burton@mips.com>2019-07-24 00:33:34 +0300
commit8e96b08472e6698011d3105912031e90e7ef553f (patch)
tree7de226c928d9fbcaf50d769fa6037f23b4436b81 /arch/mips/mm/tlbex.c
parentf9065b54d437c4660e3d974ad9ce5188c068cd76 (diff)
downloadlinux-8e96b08472e6698011d3105912031e90e7ef553f.tar.xz
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/tlbex.c')
-rw-r--r--arch/mips/mm/tlbex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
index 35471a2a3528..81e2605ddf44 100644
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -603,7 +603,6 @@ void build_tlb_write_entry(u32 **p, struct uasm_label **l,
case CPU_VR4131:
case CPU_VR4133:
- case CPU_R5432:
uasm_i_nop(p);
uasm_i_nop(p);
tlbw(p);