mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 57aa6a7686
			
		
	
	
		57aa6a7686
		
	
	
	
	
		
			
			score fully relies on asm-generic/barrier.h, so it can use its default implementation. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Lennox Wu <lennox.wu@gmail.com> Link: http://lkml.kernel.org/n/tip-4mv9svf28lnotjpfuza8urh8@git.kernel.org Cc: Chen Liqin <liqin.linux@gmail.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_SCORE_BITOPS_H
 | |
| #define _ASM_SCORE_BITOPS_H
 | |
| 
 | |
| #include <asm/byteorder.h> /* swab32 */
 | |
| #include <asm/barrier.h>
 | |
| 
 | |
| #include <asm-generic/bitops.h>
 | |
| #include <asm-generic/bitops/__fls.h>
 | |
| 
 | |
| #endif /* _ASM_SCORE_BITOPS_H */
 |