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.

clocksource/drivers/arm_arch_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-6-frederic@kernel.org

authored by

Frederic Weisbecker and committed by
Thomas Gleixner
78b5c2ca 900053d9

-2
-2
drivers/clocksource/arm_arch_timer.c
··· 1179 1179 disable_percpu_irq(arch_timer_ppi[arch_timer_uses_ppi]); 1180 1180 if (arch_timer_has_nonsecure_ppi()) 1181 1181 disable_percpu_irq(arch_timer_ppi[ARCH_TIMER_PHYS_NONSECURE_PPI]); 1182 - 1183 - clk->set_state_shutdown(clk); 1184 1182 } 1185 1183 1186 1184 static int arch_timer_dying_cpu(unsigned int cpu)