]> git.ipfire.org Git - thirdparty/qemu.git/commit
page-vary: Restrict scope of TARGET_PAGE_BITS_MIN
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Mar 2025 19:28:06 +0000 (14:28 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commitd11bf649d587dec050b6ba900a8f9baea1fe157d
treea6e18a4b50dd0942de2d42d8f422415df2a95b37
parent12eeb04ab4dd98f802ffc503f0da948a8c843086
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>
accel/tcg/cputlb.c
include/exec/cpu-defs.h
include/exec/target_page.h
page-vary-target.c
target/alpha/cpu-param.h
target/arm/cpu-param.h
target/ppc/cpu-param.h