 0152fb3760
			
		
	
	
	0152fb3760
	
	
	
		
			
			Remove useless spin_retry_counter and fix compilation for UP kernels. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			190 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			190 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for s390-specific library files..
 | |
| #
 | |
| 
 | |
| EXTRA_AFLAGS := -traditional
 | |
| 
 | |
| lib-y += delay.o string.o
 | |
| lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
 | |
| lib-$(CONFIG_SMP) += spinlock.o
 |