Locking in interrupt handler -blog archive

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Locking in interrupt handler -blog archive

477 Views
JackyAtFreescal
Senior Contributor II

Interrupt handler can use spin_lock_irqsave() and spin_unlock_irqrestore().
Avoid holding the lock more then 5 line of code.

Tags (1)
0 Kudos
0 Replies