[PATCH] target/mips: Remove mips_def_t::SAARP field

Philippe Mathieu-Daudé posted 1 patch 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240215080629.51190-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
target/mips/internal.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] target/mips: Remove mips_def_t::SAARP field
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
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>
---
 target/mips/internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/mips/internal.h b/target/mips/internal.h
index 1d0c026c7d..a9a22ea00e 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];
-- 
2.41.0


Re: [PATCH] target/mips: Remove mips_def_t::SAARP field
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
On 15/2/24 09:06, Philippe Mathieu-Daudé wrote:
> 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>
> ---
>   target/mips/internal.h | 1 -
>   1 file changed, 1 deletion(-)

Patch queued.


Re: [PATCH] target/mips: Remove mips_def_t::SAARP field
Posted by Richard Henderson 9 months, 2 weeks ago
On 2/14/24 22:06, Philippe Mathieu-Daudé wrote:
> 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>
> ---
>   target/mips/internal.h | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~