genirq: Prevent irq storm on migration
authorThomas Gleixner <tglx@linutronix.de>
Fri, 28 Jan 2011 07:47:15 +0000 (08:47 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Feb 2011 21:15:08 +0000 (22:15 +0100)
move_native_irq() masks and unmasks the interrupt line
unconditionally, but the interrupt line might be masked due to a
threaded oneshot handler in progress. Unmasking the line in that case
can lead to interrupt storms. Observed on PREEMPT_RT.

Originally-from: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org

No differences found