diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-15 09:01:29 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-15 15:53:12 +0100 |
commit | addd0c28741df1a503a97a45e9dc4976ea8e0b9a (patch) | |
tree | 73aea558669e3919cfb6d7655864210a6426a9b5 | |
parent | 48e06b647155cc10ee8cc62fd1a70d8812eec850 (diff) | |
download | qemu-addd0c28741df1a503a97a45e9dc4976ea8e0b9a.zip qemu-addd0c28741df1a503a97a45e9dc4976ea8e0b9a.tar.gz qemu-addd0c28741df1a503a97a45e9dc4976ea8e0b9a.tar.bz2 |
target/mips: Remove unused mips_def_t::SAARP field
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>
-rw-r--r-- | target/mips/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/mips/internal.h b/target/mips/internal.h index 1d0c026..a9a22ea 100644 --- a/target/mips/internal.h +++ b/target/mips/internal.h @@ -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]; |