git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e69b94
)
ns9xxx: fix handle_prio_irq to unmask irqs with lower priority
author
Uwe Kleine-König
<Uwe.Kleine-Koenig@digi.com>
Fri, 25 Apr 2008 13:03:18 +0000
(15:03 +0200)
committer
Uwe Kleine-König
<Uwe.Kleine-Koenig@digi.com>
Fri, 25 Apr 2008 13:45:08 +0000
(15:45 +0200)
When an irq is reported all lower prio irqs are masked until the current
irq is acked. So never leave handle_prio_irq without acking.
desc->status & IRQ_INPROGRESS should never become true because the current
irq is masked until it is acked, too.
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
No differences found