| Unreliable Guide To Locking | ||
|---|---|---|
| <<< Previous | Hard IRQ Context | Next >>> |
It is rare to have to share data between two IRQ handlers, but if you do, spin_lock_irqsave() should be used: it is architecture-specific whether all interrupts are disabled inside irq handlers themselves.
| <<< Previous | Home | Next >>> |
| Hard IRQ Context | Up | Cheat Sheet For Locking |