mirror of
https://github.com/torvalds/linux.git
synced 2026-04-29 20:12:38 -04:00
The TREE_RCU test cases were first put in place many years ago, and have been incrementally modified rather than being reworked. This commit therefore completes a long-overdue reworking of the TREE_RCU test cases. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Greg KH <gregkh@linuxfoundation.org>
22 lines
472 B
Plaintext
22 lines
472 B
Plaintext
CONFIG_SMP=n
|
|
CONFIG_NR_CPUS=1
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
#CHECK#CONFIG_TREE_PREEMPT_RCU=y
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=y
|
|
CONFIG_NO_HZ_FULL=n
|
|
CONFIG_RCU_TRACE=n
|
|
CONFIG_HOTPLUG_CPU=n
|
|
CONFIG_SUSPEND=n
|
|
CONFIG_HIBERNATION=n
|
|
CONFIG_RCU_NOCB_CPU=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_PROVE_RCU_DELAY=n
|
|
CONFIG_RCU_CPU_STALL_INFO=n
|
|
CONFIG_RCU_CPU_STALL_VERBOSE=n
|
|
CONFIG_RCU_BOOST=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_PRINTK_TIME=y
|