commit | 795592fef7d5d66a67b95a7f45cc1a84883db6a8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 07 17:29:48 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 13 11:27:05 2024 -0700 |
tree | d400cef354aaf7496b989bb64687f571e65778fd | |
parent | f168808d7d100ed96c52c4438c4ddb557bd086bf [diff] |
accel/tcg: Use the alignment test in tlb_fill_align When we have a tlb miss, defer the alignment check to the new tlb_fill_align hook. Move the existing alignment check so that we only perform it with a tlb hit. Reviewed-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>