Files
linux/arch
Finn Thain 7d5c111759 m68k: Call timer_interrupt() with interrupts disabled
[ Upstream commit 1efdd4bd25 ]

Some platforms execute their timer handler with the interrupt priority
level set below 6. That means the handler could be interrupted by another
driver and this could lead to re-entry of the timer core.

Avoid this by use of local_irq_save/restore for timer interrupt dispatch.
This provides mutual exclusion around the timer interrupt flag access
which is needed later in this series for the clocksource conversion.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.DEB.2.21.1811131407120.2697@nanos.tec.linutronix.de
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 16:47:22 +09:00
..
2023-05-15 11:34:34 +09:00
2023-05-15 15:19:21 +09:00
2018-05-19 14:06:17 +02:00
2018-02-17 14:52:07 +01:00
2016-10-19 08:39:47 -07:00
2023-05-15 16:07:35 +09:00
2023-05-15 16:17:48 +09:00