mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:36:49 +07: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
@ -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 New Issue
Block a user