[PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header

Philippe Mathieu-Daudé posted 1 patch 5 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240529155216.5574-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>
target/mips/tcg/sysemu/cp0_helper.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
Posted by Philippe Mathieu-Daudé 5 months, 4 weeks ago
Since commit e1152f8166 ("target/mips: Remove helpers accessing
SAAR registers") this header is not needed.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 target/mips/tcg/sysemu/cp0_helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/mips/tcg/sysemu/cp0_helper.c b/target/mips/tcg/sysemu/cp0_helper.c
index ded6c78e9a..79a5c833ce 100644
--- a/target/mips/tcg/sysemu/cp0_helper.c
+++ b/target/mips/tcg/sysemu/cp0_helper.c
@@ -28,7 +28,6 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
-#include "hw/misc/mips_itu.h"
 
 
 /* SMP helpers.  */
-- 
2.41.0


Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
Posted by Philippe Mathieu-Daudé 5 months, 3 weeks ago
On 29/5/24 17:52, Philippe Mathieu-Daudé wrote:
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
> SAAR registers") this header is not needed.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   target/mips/tcg/sysemu/cp0_helper.c | 1 -
>   1 file changed, 1 deletion(-)

Patch queued, thanks.


Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
Posted by Aleksandar Rikalo 5 months, 4 weeks ago
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
>
> SAAR registers") this header is not needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  target/mips/tcg/sysemu/cp0_helper.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/target/mips/tcg/sysemu/cp0_helper.c b/target/mips/tcg/sysemu/cp0_helper.c
> index ded6c78e9a..79a5c833ce 100644
> --- a/target/mips/tcg/sysemu/cp0_helper.c
> +++ b/target/mips/tcg/sysemu/cp0_helper.c
> @@ -28,7 +28,6 @@
>  #include "qemu/host-utils.h"
>  #include "exec/helper-proto.h"
>  #include "exec/exec-all.h"
> -#include "hw/misc/mips_itu.h"
>
>
>  /* SMP helpers.  */
> --
> 2.41.0

Reviewed-by: Aleksandar Rikalo <arikalo@gmail.com>
Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
Posted by Jiaxun Yang 5 months, 4 weeks ago

在2024年5月29日五月 下午4:52,Philippe Mathieu-Daudé写道:
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
> SAAR registers") this header is not needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

> ---
>  target/mips/tcg/sysemu/cp0_helper.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/target/mips/tcg/sysemu/cp0_helper.c 
> b/target/mips/tcg/sysemu/cp0_helper.c
> index ded6c78e9a..79a5c833ce 100644
> --- a/target/mips/tcg/sysemu/cp0_helper.c
> +++ b/target/mips/tcg/sysemu/cp0_helper.c
> @@ -28,7 +28,6 @@
>  #include "qemu/host-utils.h"
>  #include "exec/helper-proto.h"
>  #include "exec/exec-all.h"
> -#include "hw/misc/mips_itu.h"
> 
> 
>  /* SMP helpers.  */
> -- 
> 2.41.0

-- 
- Jiaxun