[IA64] Stop using the deprecated __do_IRQ() code path
authorTony Luck <tony.luck@intel.com>
Mon, 27 Sep 2010 20:58:14 +0000 (13:58 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 27 Sep 2010 20:58:14 +0000 (13:58 -0700)
commit5d4bff94f9e0877a85b4dc573eb7a3f1d97c13ae
tree195ed252ba4da43791a637437efd0258b1e5cfc0
parent32163f4b2cef28a5aab8b226ffecfc6379a53786
[IA64] Stop using the deprecated __do_IRQ() code path

Thomas Gleixner <tglx@linutronix.de> wrote:
>__do_IRQ() has been deprecated after a two years migration phase in
>commit 0e57aa1. Since then another 18 months have gone by ...

Mostly trivial stuff for this. The only tricky part was realizing
that the new handler_*_irq() paths do not use desc->chip->end(irq).
Not a problem for the edge case as the ia64 iosapic routine for
that was nop(). But the "level" case handled interrupt migration
there.  Just use a slightly modified version of the "end" routine
as "unmask" for the level triggered case.

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig
arch/ia64/kernel/iosapic.c
arch/ia64/kernel/irq_ia64.c