Skip to content

Commit

Permalink
clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call …
Browse files Browse the repository at this point in the history
…on offlining

The clockevents core already detached and unregistered it at this stage.

Signed-off-by: Frederic Weisbecker <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
  • Loading branch information
Frederic Weisbecker authored and KAGA-KOKO committed Oct 31, 2024
1 parent 900053d commit 78b5c2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/clocksource/arm_arch_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78b5c2c

Please sign in to comment.