diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-28 14:28:06 -0500 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:04:57 -0700 |
| commit | d11bf649d587dec050b6ba900a8f9baea1fe157d (patch) | |
| tree | a6e18a4b50dd0942de2d42d8f422415df2a95b37 /target/alpha/cpu-param.h | |
| parent | 12eeb04ab4dd98f802ffc503f0da948a8c843086 (diff) | |
| download | focaccia-qemu-d11bf649d587dec050b6ba900a8f9baea1fe157d.tar.gz focaccia-qemu-d11bf649d587dec050b6ba900a8f9baea1fe157d.zip | |
page-vary: Restrict scope of TARGET_PAGE_BITS_MIN
The only place we really need to know the minimum is within page-vary-target.c. Rename the target/arm TARGET_PAGE_BITS_MIN to TARGET_PAGE_BITS_LEGACY to emphasize what it really means. Move the assertions related to minimum page size as well. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/alpha/cpu-param.h')
| -rw-r--r-- | target/alpha/cpu-param.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/alpha/cpu-param.h b/target/alpha/cpu-param.h index ff06e41497..63989e71c0 100644 --- a/target/alpha/cpu-param.h +++ b/target/alpha/cpu-param.h @@ -18,7 +18,6 @@ * a 4k minimum to match x86 host, which can minimize emulation issues. */ # define TARGET_PAGE_BITS_VARY -# define TARGET_PAGE_BITS_MIN 12 # define TARGET_VIRT_ADDR_SPACE_BITS 63 #else # define TARGET_PAGE_BITS 13 |