Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 186bea5d authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcutorture: Default to grace-period-initialization delays



Given that CPU-hotplug events are now applied only at the starts of
grace periods, it makes sense to unconditionally enable slow grace-period
initialization for rcutorture testing.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 88428cc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1276,7 +1276,7 @@ config RCU_TORTURE_TEST_SLOW_INIT
config RCU_TORTURE_TEST_SLOW_INIT_DELAY
	int "How much to slow down RCU grace-period initialization"
	range 0 5
	default 0
	default 3
	help
	  This option specifies the number of jiffies to wait between
	  each rcu_node structure initialization.