mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Currently none of the RCU-tasks scenarios enables lockdep-RCU, which causes bugs to be missed. This commit therefore enables lockdep-RCU on TASKS01. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=2
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_PROVE_LOCKING=y
|
|
#CHECK#CONFIG_PROVE_RCU=y
|
|
CONFIG_RCU_EXPERT=y
|