mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
exec/cpu: Remove obsolete PAGE_RESERVED definition
We stopped using the PAGE_RESERVED definition in commit50d25c8aec
("accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD"). This completes commit2e9a5713f0
("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>
This commit is contained in:
parent
86b7c55182
commit
a4f06b1a05
1 changed files with 0 additions and 4 deletions
|
@ -157,10 +157,6 @@ extern const TargetPageBits target_page;
|
||||||
|
|
||||||
#define TARGET_PAGE_ALIGN(addr) ROUND_UP((addr), TARGET_PAGE_SIZE)
|
#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
|
* For linux-user, indicates that the page is mapped with the same semantics
|
||||||
* in both guest and host.
|
* in both guest and host.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue