Skip to content

Commit

Permalink
ARM: smp_twd: Remove clockevents shutdown call on offlining
Browse files Browse the repository at this point in the history
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-5-frederic@kernel.org
  • Loading branch information
Frederic Weisbecker authored and Thomas Gleixner committed Oct 31, 2024
1 parent a634786 commit 900053d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/kernel/smp_twd.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ static void twd_timer_stop(void)
{
struct clock_event_device *clk = raw_cpu_ptr(twd_evt);

twd_shutdown(clk);
disable_percpu_irq(clk->irq);
}

Expand Down

0 comments on commit 900053d

Please sign in to comment.