mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	rcu: Fix Documentation typo 'CONFIG_RCU_NOCB_CPUS'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
		
							parent
							
								
									864bfb25b5
								
							
						
					
					
						commit
						b965162208
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -185,7 +185,7 @@ Purpose: Offload RCU callbacks from the corresponding CPU.
 | 
			
		|||
To reduce its OS jitter, do at least one of the following:
 | 
			
		||||
1.	Use affinity, cgroups, or other mechanism to force these kthreads
 | 
			
		||||
	to execute on some other CPU.
 | 
			
		||||
2.	Build with CONFIG_RCU_NOCB_CPUS=n, which will prevent these
 | 
			
		||||
2.	Build with CONFIG_RCU_NOCB_CPU=n, which will prevent these
 | 
			
		||||
	kthreads from being created in the first place.  However, please
 | 
			
		||||
	note that this will not eliminate OS jitter, but will instead
 | 
			
		||||
	shift it to RCU_SOFTIRQ.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue