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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
		
					parent
					
						
							
								88428cc5c2
							
						
					
				
			
			
				commit
				
					
						186bea5d35
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1276,7 +1276,7 @@ config RCU_TORTURE_TEST_SLOW_INIT
 | 
				
			||||||
config RCU_TORTURE_TEST_SLOW_INIT_DELAY
 | 
					config RCU_TORTURE_TEST_SLOW_INIT_DELAY
 | 
				
			||||||
	int "How much to slow down RCU grace-period initialization"
 | 
						int "How much to slow down RCU grace-period initialization"
 | 
				
			||||||
	range 0 5
 | 
						range 0 5
 | 
				
			||||||
	default 0
 | 
						default 3
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  This option specifies the number of jiffies to wait between
 | 
						  This option specifies the number of jiffies to wait between
 | 
				
			||||||
	  each rcu_node structure initialization.
 | 
						  each rcu_node structure initialization.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue