[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq |
Date: |
Sun, 27 Jan 2019 10:50:34 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
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 <address@hidden>
> ---
> hw/xtensa/pic_cpu.c | 7 +------
> target/xtensa/cpu.h | 1 -
> 2 files changed, 1 insertion(+), 7 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~