From: Jamie Lenehan Date: Tue, 31 Oct 2006 03:35:02 +0000 (+0900) Subject: sh: Fix IPR-IRQ's for IRQ-chip change breakage. X-Git-Tag: v2.6.19-rc5~100^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd71ab88deab3358241f22ed6c035c427aacc4e7;p=pandora-kernel.git sh: Fix IPR-IRQ's for IRQ-chip change breakage. The conversion from IPR-IRQ to IRQ-chip resulted in the ipr data being allocated in a local variable in make_ipr_irq - breaking anything using IPR interrupts. This changes all of the callers of make_ipr_irq to allocate a static structure containing the IPR data which is then passed to make_ipr_irq. This removes the need for make_ipr_irq to allocate any additional space for the IPR information. Signed-off-by: Jamie Lenehan Signed-off-by: Paul Mundt --- Reading git-diff-tree failed