target/mips: Remove unused mips_def_t::SAARP field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 08:01:29 +0000 (09:01 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000 (15:53 +0100)
The SAARP field added in commit 5fb2dcd179 ("target/mips: Provide
R/W access to SAARI and SAAR CP0 registers") has never been used,
remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240215080629.51190-1-philmd@linaro.org>

target/mips/internal.h

index 1d0c026c7d0dfcf3ce590f4dfb03f48c26378afc..a9a22ea00ecfd07162187ee70d9f19b8f8b314e0 100644 (file)
@@ -83,7 +83,6 @@ struct mips_def_t {
     uint32_t lcsr_cpucfg2;
     uint64_t insn_flags;
     enum mips_mmu_types mmu_type;
-    int32_t SAARP;
 };
 
 extern const char regnames[32][3];