018956d641
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>
12 lines
123 B
C
12 lines
123 B
C
#undef LOCK
|
|
#define LOCK RTL
|
|
|
|
#undef UNLOCK
|
|
#define UNLOCK RTU
|
|
|
|
#undef RLOCK
|
|
#undef WLOCK
|
|
|
|
#undef INIT
|
|
#define INIT RTI
|