diff options
| author | Linus Torvalds <[email protected]> | 2006-11-22 09:32:06 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-11-22 09:32:06 -0800 |
| commit | b42172fc7b569a0ef2b0fa38d71382969074c0e2 (patch) | |
| tree | 2fe6141c936421d339a9443a6ad6af4dd4d2386b /scripts/patch-kernel | |
| parent | 0f9005a6f7a82f4aacbd72f7b92322a8ca1c3f97 (diff) | |
Don't call "note_interrupt()" with irq descriptor lock held
This reverts commit f72fa707604c015a6625e80f269506032d5430dc, and solves
the problem that it tried to fix by simply making "__do_IRQ()" call the
note_interrupt() function without the lock held, the way everybody else
does.
It should be noted that all interrupt handling code must never allow the
descriptor actors to be entered "recursively" (that's why we do all the
magic IRQ_PENDING stuff in the first place), so there actually is
exclusion at that much higher level, even in the absense of locking.
Acked-by: Vivek Goyal <[email protected]>
Acked-by:Pavel Emelianov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Adrian Bunk <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions