On 11/30/23 14:32, Philippe Mathieu-Daudé wrote:
Commit e3f7c801f1 introduced the TCGCPUOps::debug_check_breakpoint()
handler, and commit 10c37828b2 "moved breakpoint recognition outside
of translation", so "we no longer need to flush any TBs when changing
BPs".
The last target using tb_invalidate_phys_addr() was converted to the
debug_check_breakpoint(), so this function is now unused. Remove it.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20231130171920.3798954-1-jcmvb...@gmail.com>
---
include/exec/exec-all.h | 5 -----
cpu-target.c | 29 -----------------------------
2 files changed, 34 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~