accel/tcg: Use the alignment test in tlb_fill_align
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 8 Oct 2024 00:29:48 +0000 (17:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:05 +0000 (11:27 -0700)
commit795592fef7d5d66a67b95a7f45cc1a84883db6a8
treed400cef354aaf7496b989bb64687f571e65778fd
parentf168808d7d100ed96c52c4438c4ddb557bd086bf
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>
accel/tcg/cputlb.c