From: James Bottomley Date: Fri, 3 Dec 2010 02:01:05 +0000 (+0000) Subject: parisc: convert the rest of the irq handlers to simple/percpu X-Git-Tag: v2.6.37-rc5~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51890613f2bfa70453a5cc22c91c63946dd311cd;p=pandora-kernel.git parisc: convert the rest of the irq handlers to simple/percpu The generic conversion eliminates the spurious no_ack and no_end routines, converts all the cascaded handlers to handle_simple_irq() and makes iosapic use a modified handle_percpu_irq() to become the same as the CPU irq's. This isn't an essential change, but it eliminates the mask/unmask overhead of handle_level_irq(). Signed-off-by: James Bottomley Tested-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed