diff options
author | Frederic Weisbecker <[email protected]> | 2024-10-29 13:54:47 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-10-31 10:41:42 +0100 |
commit | 15b810e0496eba62ca5a70d1545d1e4757c0a1ee (patch) | |
tree | cd79ee20f6418808aa0df78d67a9796bb237db58 | |
parent | 78b5c2ca5f27534dc04fbbe0b491dd3bd4ec814b (diff) |
clocksource/drivers/arm_global_timer: Remove clockevents shutdown call 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]
-rw-r--r-- | drivers/clocksource/arm_global_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c index a05cfaab5f84..2d86bbc2764a 100644 --- a/drivers/clocksource/arm_global_timer.c +++ b/drivers/clocksource/arm_global_timer.c @@ -195,7 +195,6 @@ static int gt_dying_cpu(unsigned int cpu) { struct clock_event_device *clk = this_cpu_ptr(gt_evt); - gt_clockevent_shutdown(clk); disable_percpu_irq(clk->irq); return 0; } |