commit | 3a80bde37b15593a4ed2a045b6d2412b4aa970e9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 01 09:26:35 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:29 2023 -0700 |
tree | 367408182a54e9f1647b2f9ecd925e71787ae251 | |
parent | 28ea568a039f7c8c8df168800602725062f6dd5c [diff] |
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits The replacement isn't ideal, as the raw count of bits is not easily synced with exec/cpu-all.h, but it does remove from tcg.h the target dependency on TARGET_PAGE_BITS_MIN which is built into TLB_FLAGS_MASK. Reviewed-by: Anton Johansson <anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>