mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
The CONFIG_RCU_NOCB_CPU_ALL, CONFIG_RCU_NOCB_CPU_NONE, and CONFIG_RCU_NOCB_CPU_ZERO Kconfig options are used only in testing and are redundant with the rcu_nocbs= boot parameter. This commit therefore removes these three Kconfig options and adjusts the rcutorture scripts to use the boot parameter instead. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
21 lines
440 B
Plaintext
21 lines
440 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=8
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
#CHECK#CONFIG_TREE_RCU=y
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=y
|
|
CONFIG_NO_HZ_FULL=n
|
|
CONFIG_RCU_FAST_NO_HZ=n
|
|
CONFIG_RCU_TRACE=n
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_RCU_FANOUT=6
|
|
CONFIG_RCU_FANOUT_LEAF=6
|
|
CONFIG_RCU_NOCB_CPU=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_PROVE_LOCKING=y
|
|
#CHECK#CONFIG_PROVE_RCU=y
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_RCU_EXPERT=y
|