Commit 52b23be7 authored by Paul E. McKenney's avatar Paul E. McKenney

rcutorture: Exempt TREE01 from forward-progress testing

Because TREE01 can end up running more vCPUs that physical CPUs,
hammering these shortchanged CPUs with tight loops containing call_rcu()
invocations seems a bit like overkill.  This commit therefore exempts
TREE01 from rcutorture's forward-progress testing.
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent 5eabea59
......@@ -3,3 +3,4 @@ rcutree.gp_preinit_delay=3
rcutree.gp_init_delay=3
rcutree.gp_cleanup_delay=3
rcu_nocbs=0
rcutorture.fwd_progress=0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment