sh: Simplify "multi-evt" interrupt handling.
authorPawel Moll <pawel.moll@st.com>
Mon, 24 Aug 2009 10:52:38 +0000 (19:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 24 Aug 2009 10:52:38 +0000 (19:52 +0900)
commit05ecd5a1f76c183cca381705b3adb7d77c9a0439
treeb10313518bb21df0290ec4d8d7088835b7fec457
parent788e6af37a4ace8721eda72e4abe66fe0f6b49fd
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 <pawel.moll@st.com>
Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/irq.c
drivers/sh/intc.c
include/linux/sh_intc.h