genirq: Use handle_irq_event() in handle_edge_irq()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Feb 2011 00:24:07 +0000 (01:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:12 +0000 (12:58 +0100)
It's safe to drop the IRQ_INPROGRESS flag between action chain walks
as we are protected by desc->lock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found