From: Frederic Weisbecker Date: Tue, 29 Oct 2024 12:54:46 +0000 (+0100) Subject: clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call on offlining X-Git-Tag: ceph-for-6.13-rc4~263^2~50 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=78b5c2ca5f27534dc04fbbe0b491dd3bd4ec814b;p=ceph-client.git 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 Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20241029125451.54574-6-frederic@kernel.org --- diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index 03733101e2317..2bba81e25aa2d 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c @@ -1179,8 +1179,6 @@ static void arch_timer_stop(struct clock_event_device *clk) disable_percpu_irq(arch_timer_ppi[arch_timer_uses_ppi]); if (arch_timer_has_nonsecure_ppi()) disable_percpu_irq(arch_timer_ppi[ARCH_TIMER_PHYS_NONSECURE_PPI]); - - clk->set_state_shutdown(clk); } static int arch_timer_dying_cpu(unsigned int cpu)