Skip to content

Commit

Permalink
clocksource/drivers/arm_global_timer: Remove clockevents shutdown cal…
Browse files Browse the repository at this point in the history
…l on offlining

The clockevents core already detached and unregistered it at this stage.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241029125451.54574-7-frederic@kernel.org
  • Loading branch information
Frederic Weisbecker authored and Thomas Gleixner committed Oct 31, 2024
1 parent 78b5c2c commit 15b810e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clocksource/arm_global_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 15b810e

Please sign in to comment.