TARGET_PAGE_* are now target-independent for softmmu targets, and can safely be accessed common code.
Signed-off-by: Anton Johansson <a...@rev.ng> --- include/exec/poison.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/exec/poison.h b/include/exec/poison.h index 1ea5633eb3..6d87954a91 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -46,10 +46,12 @@ #pragma GCC poison TARGET_FMT_ld #pragma GCC poison TARGET_FMT_lu +#ifdef CONFIG_USER_ONLY #pragma GCC poison TARGET_PAGE_SIZE #pragma GCC poison TARGET_PAGE_MASK #pragma GCC poison TARGET_PAGE_BITS #pragma GCC poison TARGET_PAGE_ALIGN +#endif #pragma GCC poison CPU_INTERRUPT_HARD #pragma GCC poison CPU_INTERRUPT_EXITTB -- 2.43.0