[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)
commitca72945d2d0981299035bd9d40a08ff06e74b5b8
treeeb9f64c29bdebb17a686501dc54cb222072f0363
parentd565dd3b0824b67a8442df4de83cc44f7c726fc9
[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