Skip to content

Commit

Permalink
rcutorture: Default to grace-period-initialization delays
Browse files Browse the repository at this point in the history
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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
  • Loading branch information
Paul E. McKenney committed Mar 12, 2015
1 parent 88428cc commit 186bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 186bea5

Please sign in to comment.