On 4/23/25 18:19, Richard Henderson wrote:
Stop taking TARGET_VIRT_ADDR_SPACE_BITS into account.Since we currently bound CPU_TLB_DYN_MAX_BITS to 22, the new bound with a 4k page size is 20, which isn't so different. Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/tlb-bounds.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>