From: Sebastian Andrzej Siewior <[email protected]> Date: Fri, 4 May 2018 16:24:46 +0200
> The interrupts are enabled/disabled so the interrupt handler can run > with enabled interrupts while serving the interrupt and not lose other > interrupts especially the timer tick. > If the system runs with force-threaded interrupts then there is no need > to enable the interrupts. > > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: David S. Miller <[email protected]>

