From: Pawel Moll Date: Mon, 24 Aug 2009 10:52:38 +0000 (+0900) Subject: sh: Simplify "multi-evt" interrupt handling. X-Git-Tag: v2.6.32-rc1~640^2~35^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ecd5a1f76c183cca381705b3adb7d77c9a0439;p=pandora-kernel.git sh: Simplify "multi-evt" interrupt handling. This patch changes the way in which "multi-evt" interrups are handled. The intc_evt2irq_table and related intc_evt2irq() have been removed and the "redirecting" handler is installed for the coupled interrupts. Thanks to that the do_IRQ() function don't have to use another level of indirection for all the interrupts... Signed-off-by: Pawel Moll Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed