accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Sep 2022 05:48:43 +0000 (07:48 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commit8516e2a92c9011fed1d1601dd69872dba083d5c6
tree8ce871c3aeadfda6181f0d72380c30215eef4739
parentcc05368ad999a5e06890a829b2ccba7ae4e0fe8b
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC

The results of the calls to cpu_get_tb_cpu_state,
current_{pc,cs_base,flags}, are not used.
In tb_invalidate_phys_page, use bool for current_tb_modified.

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