On 12/15/20 9:41 AM, Peter Maydell wrote:
> The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(),
> timer_free() to free the timer. The timer_deinit() step in this was always
> unnecessary, and now the timer_del() is implied by timer_free(), so we can
> collapse this down to simply calling timer_free().
> 
> Signed-off-by: Peter Maydell <[email protected]>
> ---
>  target/arm/cpu.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~


Reply via email to