From: Benjamin Herrenschmidt Date: Fri, 1 Sep 2006 04:27:50 +0000 (-0700) Subject: [PATCH] powerpc: Fix PowerMac IRQ handling bug X-Git-Tag: v2.6.18-rc6~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca72945d2d0981299035bd9d40a08ff06e74b5b8;p=pandora-kernel.git [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 Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed