Hello, this series changes breakpoint_invalidate to unconditionally do tb_flush and then changes remaining users of tb_invalidate_phys_addr to do the same and removes tb_invalidate_phys_addr.
Changes RFC->v1: - do tb_flush in breakpoint_invalidate unconditionally - add tb_invalidate_phys_addr cleanup. Max Filippov (2): exec: flush CPU TB cache in breakpoint_invalidate exec: drop tb_invalidate_phys_addr exec.c | 44 ++++++++------------------------------ include/exec/exec-all.h | 3 --- target/xtensa/dbg_helper.c | 19 +++------------- 3 files changed, 12 insertions(+), 54 deletions(-) -- 2.20.1