[PATCH 06/10] clocksource/drivers/arm_global_timer: Remove clockevents shutdown call on offlining
Frederic Weisbecker
frederic at kernel.org
Tue Oct 29 05:54:47 PDT 2024
The clockevents core already detached and unregistered it at this stage.
Signed-off-by: Frederic Weisbecker <frederic at kernel.org>
---
drivers/clocksource/arm_global_timer.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c
index a05cfaab5f84..2d86bbc2764a 100644
--- a/drivers/clocksource/arm_global_timer.c
+++ b/drivers/clocksource/arm_global_timer.c
@@ -195,7 +195,6 @@ static int gt_dying_cpu(unsigned int cpu)
{
struct clock_event_device *clk = this_cpu_ptr(gt_evt);
- gt_clockevent_shutdown(clk);
disable_percpu_irq(clk->irq);
return 0;
}
--
2.46.0
More information about the linux-arm-kernel
mailing list