forked from mirrors/linux
		
	srcu: Make SRCU be built by default
SRCU is optional, and included only if there is a "select SRCU" in effect. However, we now have Tiny SRCU, so this commit defaults CONFIG_SRCU=y. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
		
							parent
							
								
									677df9d461
								
							
						
					
					
						commit
						d160a727c4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -521,6 +521,7 @@ config RCU_EXPERT
 | 
			
		|||
 | 
			
		||||
config SRCU
 | 
			
		||||
	bool
 | 
			
		||||
	default y
 | 
			
		||||
	help
 | 
			
		||||
	  This option selects the sleepable version of RCU. This version
 | 
			
		||||
	  permits arbitrary sleeping or blocking within RCU read-side critical
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue