Re: [PATCH 7/7] clocksource: mips-gic-timer: Correct sched_clock width

From: Philippe Mathieu-Daudé
Date: Mon May 27 2024 - 08:24:12 EST


On 11/5/24 18:00, Jiaxun Yang wrote:
Counter width of GIC is configurable and can be read from a
register.

Use width value from the register for sched_clock.

Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
---
drivers/clocksource/mips-gic-timer.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>