MIPS: mm: Remove special handling for OCTEON CPUs
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 15 Jun 2023 09:39:33 +0000 (11:39 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 20 Jun 2023 12:30:35 +0000 (14:30 +0200)
commit13e6b8122d448b07d16a3d9c0d0ab41d00a3f284
treee9689493a3d911244c9bde335fc970effa5cc75f
parent5cad8323040bb8d47e130c10ea4dcb7175c7602a
MIPS: mm: Remove special handling for OCTEON CPUs

Macro cpu_has_mips_r2_exec_hazard correctly handles OCTEON CPUs,
so we don't need the extra switch cases for them.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/mm/tlbex.c