|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 12/19] hw/timer/arm_timer: Use array of frequency in SP804Timer |
Date: | Wed, 5 Jul 2023 17:36:14 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 7/4/23 16:50, Philippe Mathieu-Daudé wrote:
SP804Timer use arrays for timers and IRQ levels. Be consistent and use another one for the frequencies. This will allow to simplify using for() loop statement in the next commit. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> Reviewed-by: Peter Maydell<peter.maydell@linaro.org> --- hw/timer/arm_timer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |