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

[PATCH] Q40: local_irq*() update

Q40: Replace sti() by local_irq_enable() in comment
parent 986815a1
...@@ -342,7 +342,7 @@ void q40_irq2_handler (int vec, void *devname, struct pt_regs *fp) ...@@ -342,7 +342,7 @@ void q40_irq2_handler (int vec, void *devname, struct pt_regs *fp)
continue; /* ignore uninited INTs :-( */ continue; /* ignore uninited INTs :-( */
} }
if ( irq_tab[irq].state & IRQ_INPROGRESS ) { 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 */ /* however reentering an active irq handler is not permitted */
#ifdef IP_USE_DISABLE #ifdef IP_USE_DISABLE
/* in theory this is the better way to do it because it still */ /* 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