On 2025-09-06 07:18, Richard Henderson wrote:
All uses have been replaced with tb_flush__exclusive.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/exec/tb-flush.h | 19 ++++++++-----------
accel/tcg/tb-maint.c | 22 ----------------------
2 files changed, 8 insertions(+), 33 deletions(-)
Well done!
Would that be interesting to add a
tcg_debug_assert(!current_cpu || cpu_in_serial_context(current_cpu));
to catch potential future issues?
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>