[PATCH] genirq: core
Core genirq support: add the irq-chip and irq-flow abstractions. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
a34db9b28a
commit
6a6de9ef58
@@ -37,9 +37,9 @@ static void resend_irqs(unsigned long arg)
|
||||
irq = find_first_bit(irqs_resend, NR_IRQS);
|
||||
clear_bit(irq, irqs_resend);
|
||||
desc = irq_desc + irq;
|
||||
spin_lock_irqsave(&desc->lock, flags);
|
||||
local_irq_disable();
|
||||
desc->handle_irq(irq, desc, NULL);
|
||||
spin_unlock_irqrestore(&desc->lock, flags);
|
||||
local_irq_enable();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user