The following commit has been merged into the timers/core branch of tip: Commit-ID: 900053d9eedfc3f731e59a27d24da938907f5407 Gitweb: https://git.kernel.org/tip/900053d9eedfc3f731e59a27d24da938907f5407 Author: Frederic Weisbecker <frederic@xxxxxxxxxx> AuthorDate: Tue, 29 Oct 2024 13:54:45 +01:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Thu, 31 Oct 2024 10:41:42 +01:00 ARM: smp_twd: Remove clockevents shutdown call on offlining The clockevents core already detached and unregistered it at this stage. Signed-off-by: Frederic Weisbecker <frederic@xxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/all/20241029125451.54574-5-frederic@xxxxxxxxxx --- arch/arm/kernel/smp_twd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c index 9a14f72..42a3706 100644 --- a/arch/arm/kernel/smp_twd.c +++ b/arch/arm/kernel/smp_twd.c @@ -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); }