Re: [Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq

2019-01-28 Thread Philippe Mathieu-Daudé
On 1/27/19 2:44 AM, Max Filippov wrote: > It's a one-liner used in a single place, move its implementation there > and remove its declaration. > > Signed-off-by: Max Filippov Reviewed-by: Philippe Mathieu-Daudé > --- > hw/xtensa/pic_cpu.c | 7 +-- > target/xtensa/cpu.h | 1 - > 2 files ch

Re: [Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq

2019-01-27 Thread Richard Henderson
On 1/26/19 5:44 PM, Max Filippov wrote: > It's a one-liner used in a single place, move its implementation there > and remove its declaration. > > Signed-off-by: Max Filippov > --- > hw/xtensa/pic_cpu.c | 7 +-- > target/xtensa/cpu.h | 1 - > 2 files changed, 1 insertion(+), 7 deletions(-)

[Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq

2019-01-26 Thread Max Filippov
It's a one-liner used in a single place, move its implementation there and remove its declaration. Signed-off-by: Max Filippov --- hw/xtensa/pic_cpu.c | 7 +-- target/xtensa/cpu.h | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/xtensa/pic_cpu.c b/hw/xtensa/pic_cpu.c i