Commit a50b9779 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Q40/Q60 core local_irq*() updates

Convert core Q40/Q60 code to new local_irq*() framework
parent bada6ff8
......@@ -374,7 +374,7 @@ void q40_irq2_handler (int vec, void *devname, struct pt_regs *fp)
}
if ( irq_tab[irq].state & IRQ_INPROGRESS )
{
/* some handlers do sti() for irq latency reasons, */
/* some handlers do local_irq_enable() for irq latency reasons, */
/* however reentering an active irq handler is not permitted */
#ifdef IP_USE_DISABLE
/* in theory this is the better way to do it because it still */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment