Files
ubports_kernel_google_msm/arch/ia64/kernel
Tony Luck 5d4bff94f9 [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>
2010-09-27 13:58:14 -07:00
..
2010-05-18 14:45:53 -07:00
2010-02-08 10:42:17 -08:00
2010-08-13 20:55:51 -07:00
2010-03-03 11:25:59 +01:00
2009-10-29 22:34:15 +09:00
2009-06-17 09:33:49 -07:00
2010-08-11 00:28:21 -04:00
2010-05-18 14:45:53 -07:00
2010-02-08 10:42:17 -08:00
2010-05-18 14:45:53 -07:00
2010-02-08 10:42:17 -08:00
2010-05-18 14:45:54 -07:00
2010-06-21 15:08:44 -07:00