diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-05 12:33:14 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-06 15:46:18 +0100 |
| commit | 92941c94e7f4858fdd61b4c1b85f6d1c6f164359 (patch) | |
| tree | 59b9e589d4072b41daf0330d49236c5b99d3920a | |
| parent | f2d4df439e0b2c2c3cebf792a7966466c9d97b52 (diff) | |
| download | focaccia-qemu-92941c94e7f4858fdd61b4c1b85f6d1c6f164359.tar.gz focaccia-qemu-92941c94e7f4858fdd61b4c1b85f6d1c6f164359.zip | |
include: Poison TARGET_PHYS_ADDR_SPACE_BITS definition
Ensure common code never use this target specific definition. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250305153929.43687-4-philmd@linaro.org>
| -rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index f4283f693a..d6d4832854 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -48,6 +48,7 @@ #pragma GCC poison TARGET_PAGE_MASK #pragma GCC poison TARGET_PAGE_BITS #pragma GCC poison TARGET_PAGE_ALIGN +#pragma GCC poison TARGET_PHYS_ADDR_SPACE_BITS #pragma GCC poison CPU_INTERRUPT_HARD #pragma GCC poison CPU_INTERRUPT_EXITTB |