mirror of https://gitee.com/openkylin/linux.git
rcutorture: Use "all" and "N" in "nohz_full" and "rcu_nocbs"
This commit uses the shiny new "all" and "N" cpumask options to decouple the "nohz_full" and "rcu_nocbs" kernel boot parameters in the TREE04.boot and TREE08.boot files from the CONFIG_NR_CPUS options in the TREE04 and TREE08 files. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
3e70df91f9
commit
c71c39b344
|
@ -1 +1 @@
|
|||
rcutree.rcu_fanout_leaf=4 nohz_full=1-7
|
||||
rcutree.rcu_fanout_leaf=4 nohz_full=1-N
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
rcupdate.rcu_self_test=1
|
||||
rcutree.rcu_fanout_exact=1
|
||||
rcu_nocbs=0-7
|
||||
rcu_nocbs=all
|
||||
|
|
Loading…
Reference in New Issue