accel/tcg: Remove tb_invalidate_phys_page() from system emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 30 Nov 2023 20:53:13 +0000 (21:53 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commitfe5c4adca9ddb916afc74e18a5bf195372eb1b2f
treee9713b84f2981cd586ba6a147257148deb45fc64
parentc076f37a77564995b7bc3f4ee0003146ec6a704e
accel/tcg: Remove tb_invalidate_phys_page() from system emulation

Since previous commit, tb_invalidate_phys_page() is not used
anymore in system emulation. Make it static for user emulation
and remove its public declaration in "exec/translate-all.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20231130205600.35727-1-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tb-maint.c
include/exec/translate-all.h