]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
exec/cpu: Remove obsolete PAGE_RESERVED definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 21 Mar 2024 19:06:31 +0000 (20:06 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 May 2024 09:17:15 +0000 (11:17 +0200)
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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240427155714.53669-7-philmd@linaro.org>

include/exec/cpu-all.h

index 14fd40046d5cc67805508ff234c472e313f7d231..104c5dd2da6b747f3577bd179cce6f9b986e5da3 100644 (file)
@@ -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.