 6b3087c64a
			
		
	
	
	6b3087c64a
	
	
	
		
			
			Blackfin dual core BF561 processor can support SMP like features. https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like In this patch, we provide SMP extend to Blackfin header files and machine common code Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			103 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			103 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_BLACKFIN_RWLOCK_H
 | |
| #define _ASM_BLACKFIN_RWLOCK_H
 | |
| 
 | |
| #define RW_LOCK_BIAS	0x01000000
 | |
| 
 | |
| #endif
 |