diff options
| author | Ralph Campbell <[email protected]> | 2007-04-27 11:11:11 -0700 |
|---|---|---|
| committer | Roland Dreier <[email protected]> | 2007-04-30 17:30:27 -0700 |
| commit | 35ff032e65ab5cc03bbba46cefece7376c7c562f (patch) | |
| tree | 76bfb852b0ccf0b095b39b4a4226da087d51dbdf /include/linux | |
| parent | b9099ff63c75216d6ca10bce5a1abcd9293c27e6 (diff) | |
IB/ipath: Don't call spin_lock_irq() from interrupt context
This patch fixes the problem reported by Bernd Schubert <[email protected]>
with kernel debug options enabled:
BUG: at kernel/lockdep.c:1860 trace_hardirqs_on()
This was caused by using spin_lock_irq()/spin_unlock_irq() from
interrupt context. Fix all the places that might be called from
interrupts to use spin_lock_irqsave()/spin_unlock_irqrestore().
Signed-off-by: Ralph Campbell <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions