From: Philippe Mathieu-Daudé Date: Thu, 21 Mar 2024 19:06:31 +0000 (+0100) Subject: exec/cpu: Remove obsolete PAGE_RESERVED definition X-Git-Tag: v9.1.0-rc0~118^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4f06b1a056b17336666c5fb218231259934dace;p=thirdparty%2Fqemu.git exec/cpu: Remove obsolete PAGE_RESERVED definition We stopped using the PAGE_RESERVED definition in commit 50d25c8aec ("accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD"). This completes commit 2e9a5713f0 ("Remove PAGE_RESERVED"). Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20240427155714.53669-7-philmd@linaro.org> --- diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index 14fd40046d5..104c5dd2da6 100644 --- a/include/exec/cpu-all.h +++ b/include/exec/cpu-all.h @@ -157,10 +157,6 @@ extern const TargetPageBits target_page; #define TARGET_PAGE_ALIGN(addr) ROUND_UP((addr), TARGET_PAGE_SIZE) -#if defined(CONFIG_BSD) && defined(CONFIG_USER_ONLY) -/* FIXME: Code that sets/uses this is broken and needs to go away. */ -#define PAGE_RESERVED 0x0100 -#endif /* * For linux-user, indicates that the page is mapped with the same semantics * in both guest and host.