[PATCH v2 09/30] exec/cpu-all: remove exec/cpu-defs include

Pierrick Bouvier posted 30 patches 2 weeks, 1 day ago
There is a newer version of this series
[PATCH v2 09/30] exec/cpu-all: remove exec/cpu-defs include
Posted by Pierrick Bouvier 2 weeks, 1 day ago
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
 include/exec/cpu-all.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index e5d852fbe2c..db44c0d3016 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -23,7 +23,6 @@
 #include "hw/core/cpu.h"
 
 /* page related stuff */
-#include "exec/cpu-defs.h"
 #include "exec/target_page.h"
 
 #include "cpu.h"
-- 
2.39.5
Re: [PATCH v2 09/30] exec/cpu-all: remove exec/cpu-defs include
Posted by Richard Henderson 2 weeks ago
On 3/20/25 15:29, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org>
> ---
>   include/exec/cpu-all.h | 1 -
>   1 file changed, 1 deletion(-)

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

r~