Thomas Gleixner fa27271bc8 genirq: Fixup poll handling
try_one_irq() contains redundant code and lots of useless checks for
shared interrupts. Check for shared before setting IRQ_INPROGRESS and
then call handle_IRQ_event() while pending. Shorter version with the
same functionality.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:08 +01:00
..
2011-02-19 12:58:06 +01:00
2011-01-21 11:55:31 +01:00
2011-02-08 16:36:47 +01:00
2011-02-19 12:58:07 +01:00
2011-02-19 12:58:08 +01:00