Skip to content

Commit

Permalink
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/li…
Browse files Browse the repository at this point in the history
…nux/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
  • Loading branch information
Linus Torvalds committed Nov 11, 2009
2 parents 26a9ba1 + e7e7e0c commit 1fd18a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/irq/spurious.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 1fd18a8

Please sign in to comment.