Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Ingo Molnar:
"Fix a crash in the ARM-Exynos clocksource driver, triggered by CPU
hotplug operations"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
clocksource/exynos_mct: Clear interrupt when cpu is shut down

+1
+1
drivers/clocksource/exynos_mct.c
··· 495 495 if (mct_int_type == MCT_INT_SPI) { 496 496 if (evt->irq != -1) 497 497 disable_irq_nosync(evt->irq); 498 + exynos4_mct_write(0x1, mevt->base + MCT_L_INT_CSTAT_OFFSET); 498 499 } else { 499 500 disable_percpu_irq(mct_irqs[MCT_L0_IRQ]); 500 501 }