mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: genirq: try_one_irq() must be called with irq disabled
This commit is contained in:
commit
1fd18a871a
1 changed files with 2 additions and 0 deletions
|
@ -121,7 +121,9 @@ static void poll_all_shared_irqs(void)
|
|||
if (!(status & IRQ_SPURIOUS_DISABLED))
|
||||
continue;
|
||||
|
||||
local_irq_disable();
|
||||
try_one_irq(i, desc);
|
||||
local_irq_enable();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue