[PATCH] powerpc: Fix PowerMac IRQ handling bug
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Sep 2006 04:27:50 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 1 Sep 2006 18:39:09 +0000 (11:39 -0700)
commitda61f701498fae2e580fab76058e3fe402939057
treeeb9f64c29bdebb17a686501dc54cb222072f0363
parente79b990dc8f0a6b1ed19b2f15d164802e0edf730
[PATCH] powerpc: Fix PowerMac IRQ handling bug

The port to genirq & the new powerpc interrupt model in 2.6.18 introduced a
bug in the legacy PowerMac PIC code (used on older machines) because of a
typo potentially causing hangs due to interrupt storms.  This fixes it,
along with a performance issue causing us to do spurrious retriggers after
masking an interrupt.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/powerpc/platforms/powermac/pic.c