From: Thomas Gleixner Date: Fri, 28 Jan 2011 07:47:15 +0000 (+0100) Subject: genirq: Prevent irq storm on migration X-Git-Tag: v2.6.38-rc4~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a06390d013244e721372b3f9b66e39b6429c71;p=pandora-kernel.git genirq: Prevent irq storm on migration 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 Signed-off-by: Thomas Gleixner Cc: stable@kernel.org --- Reading git-diff-tree failed