mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
clocksource/drivers/arm_global_timer: Remove clockevents shutdown call 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
This commit is contained in:
parent
78b5c2ca5f
commit
15b810e049
@ -195,7 +195,6 @@ static int gt_dying_cpu(unsigned int cpu)
|
|||||||
{
|
{
|
||||||
struct clock_event_device *clk = this_cpu_ptr(gt_evt);
|
struct clock_event_device *clk = this_cpu_ptr(gt_evt);
|
||||||
|
|
||||||
gt_clockevent_shutdown(clk);
|
|
||||||
disable_percpu_irq(clk->irq);
|
disable_percpu_irq(clk->irq);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user