mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
nuttx/sched: Disable RW_SPINLOCK by default
Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
This commit is contained in:
parent
ae4865cf54
commit
8d776ffbe0
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ config TICKET_SPINLOCK
|
|||
|
||||
config RW_SPINLOCK
|
||||
bool "Support read-write Spinlocks"
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
Spinlocks are spilit into read and write lock.
|
||||
Reader can take read lock simultaneously and only one writer
|
||||
|
|
Loading…
Reference in a new issue