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>
6 lines
127 B
Clojure
6 lines
127 B
Clojure
rcutorture.torture_type=sched
|
|
rcupdate.rcu_self_test=1
|
|
rcupdate.rcu_self_test_sched=1
|
|
rcutree.rcu_fanout_exact=1
|
|
rcu_nocbs=0-7
|