Skip to content
Commit 91ff7cc7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

wireless/bluetooth: Soften use of enter_critical_sectino() which is a...

wireless/bluetooth:  Soften use of enter_critical_sectino() which is a performance hog in SMP configurations.  Replace with spin_lock_irqsave() in most cases.  That is the same for single core CPUs, but much more efficient in SMP configurations.  And better, repace with sched_lock() if there is really no necessity to disable interrupts too.
parent f45ec5c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment