mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Fix comment typo "spin_lock_irqrestore".
Fix "spin_lock_irqrestore" to "spin_unlock_irqrestore." Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
bbf2f9fb1c
commit
85d1fe095c
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
* in UP:
|
||||
* - we need to protect against PMU overflow interrupts (local_irq_disable)
|
||||
*
|
||||
* spin_lock_irqsave()/spin_lock_irqrestore():
|
||||
* spin_lock_irqsave()/spin_unlock_irqrestore():
|
||||
* in SMP: local_irq_disable + spin_lock
|
||||
* in UP : local_irq_disable
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue