On 11/27/19 10:06 PM, Max Filippov wrote: > The only remaining user of tb_invalidate_phys_addr is target/xtensa > instruction breakpoint code and it is better to use tb_flush there. > > Drop tb_invalidate_phys_addr implementations and declarations. > Use tb_flush in xtensa IBREAK helpers. > > Signed-off-by: Max Filippov <jcmvb...@gmail.com> > --- > exec.c | 29 ++--------------------------- > include/exec/exec-all.h | 3 --- > target/xtensa/dbg_helper.c | 19 +++---------------- > 3 files changed, 5 insertions(+), 46 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> Though perhaps split in half, so the xtensa patch comes first. r~