qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 9/9] exec/cpu-all: Do not include 'exec/tswap.h' header


From: Richard Henderson
Subject: Re: [PATCH v2 9/9] exec/cpu-all: Do not include 'exec/tswap.h' header
Date: Wed, 11 Dec 2024 18:02:41 -0600
User-agent: Mozilla Thunderbird

On 12/11/24 17:03, Philippe Mathieu-Daudé wrote:
Nothing in "exec/cpu-all.h" requires "exec/tswap.h" declarations.
Remove it to reduce headers preprocessing and poisonned target
definitions polution.

Signed-off-by: Philippe Mathieu-Daudé <philmd@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 45e66769380..b45defdbf43 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -22,7 +22,6 @@
  #include "exec/page-protection.h"
  #include "exec/cpu-common.h"
  #include "exec/memory.h"
-#include "exec/tswap.h"
  #include "hw/core/cpu.h"
/* some important defines:

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

\o/

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]