mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 02:14:58 +00:00
clocksource/drivers/exynos_mct: 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-8-frederic@kernel.org
This commit is contained in:
parent
15b810e049
commit
ba23b6c7f9
@ -496,7 +496,6 @@ static int exynos4_mct_dying_cpu(unsigned int cpu)
|
|||||||
per_cpu_ptr(&percpu_mct_tick, cpu);
|
per_cpu_ptr(&percpu_mct_tick, cpu);
|
||||||
struct clock_event_device *evt = &mevt->evt;
|
struct clock_event_device *evt = &mevt->evt;
|
||||||
|
|
||||||
evt->set_state_shutdown(evt);
|
|
||||||
if (mct_int_type == MCT_INT_SPI) {
|
if (mct_int_type == MCT_INT_SPI) {
|
||||||
if (evt->irq != -1)
|
if (evt->irq != -1)
|
||||||
disable_irq_nosync(evt->irq);
|
disable_irq_nosync(evt->irq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user