Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241029125451.54574-5-frederic@kernel.org

authored by

Frederic Weisbecker and committed by
Thomas Gleixner
900053d9 a6347864

-1
-1
arch/arm/kernel/smp_twd.c
··· 93 93 { 94 94 struct clock_event_device *clk = raw_cpu_ptr(twd_evt); 95 95 96 - twd_shutdown(clk); 97 96 disable_percpu_irq(clk->irq); 98 97 } 99 98