forked from mirrors/linux
		
	Now that RT-mutex has lockdep annotations, add them to the selftest. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			C
		
	
	
	
	
	
#undef LOCK
 | 
						|
#define LOCK		RTL
 | 
						|
 | 
						|
#undef UNLOCK
 | 
						|
#define UNLOCK		RTU
 | 
						|
 | 
						|
#undef RLOCK
 | 
						|
#undef WLOCK
 | 
						|
 | 
						|
#undef INIT
 | 
						|
#define INIT		RTI
 |