mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 03:13:59 +00:00 
			
		
		
		
	 8b752e3ef6
			
		
	
	
		8b752e3ef6
		
	
	
	
	
		
			
			Impact: remove unused code __local_bh_enable has been replaced with _local_bh_enable. As comments says "it always nests inside local_bh_enable() sections" has not been valid now. Also there is no reason to use __local_bh_enable anywhere, so we can remove this useless function. Signed-off-by: Liming Wang <liming.wang@windriver.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
		
			
				
	
	
		
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LINUX_BH_H
 | |
| #define _LINUX_BH_H
 | |
| 
 | |
| extern void local_bh_disable(void);
 | |
| extern void _local_bh_enable(void);
 | |
| extern void local_bh_enable(void);
 | |
| extern void local_bh_enable_ip(unsigned long ip);
 | |
| 
 | |
| #endif /* _LINUX_BH_H */
 |