mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
clocksource/drivers/armada-370-xp: 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-9-frederic@kernel.org
This commit is contained in:
parent
ba23b6c7f9
commit
30f8c70a85
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ static int armada_370_xp_timer_dying_cpu(unsigned int cpu)
|
||||||
{
|
{
|
||||||
struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu);
|
struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu);
|
||||||
|
|
||||||
evt->set_state_shutdown(evt);
|
|
||||||
disable_percpu_irq(evt->irq);
|
disable_percpu_irq(evt->irq);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue