accel/tcg: Use tb_invalidate_phys_page in page_set_flags
commit24ace1ac3cf4d64bc76b543224c1c0379fa34b51
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Oct 2022 16:27:52 +0000 (5 09:27 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (26 11:11 +1000)
tree335ad6d59f6effe803c75068b18c30709557bb81
parent65cd34e8c445079279abf16d127f138141a360e4
accel/tcg: Use tb_invalidate_phys_page in page_set_flags

We do not require detection of overlapping TBs here,
so use the more appropriate function.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c