Re: [PATCH 2/2] exec: drop tb_invalidate_phys_addr

2019-12-01 Thread Richard Henderson
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. > > Sig

[PATCH 2/2] exec: drop tb_invalidate_phys_addr

2019-11-27 Thread Max Filippov
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 --- exec.c