Thomas Gleixner c2f21ce2e3 locking: Implement new raw_spinlock
Now that the raw_spin name space is freed up, we can implement
raw_spinlock and the related functions which are used to annotate the
locks which are not converted to sleeping spinlocks in preempt-rt.

A side effect is that only such locks can be used with the low level
lock fsunctions which circumvent lockdep.

For !rt spin_* functions are mapped to the raw_spin* implementations.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
2009-12-14 23:55:32 +01:00
..
2009-09-21 14:29:21 +02:00
2009-10-29 07:39:25 -07:00
2009-12-06 21:10:56 +01:00
2009-09-18 09:48:52 -07:00
2009-09-19 13:13:17 -07:00
2009-07-24 10:53:29 +02:00
2009-10-29 08:56:20 +10:30
2009-12-09 10:03:07 +01:00
2009-12-14 23:55:32 +01:00
2009-11-18 14:52:25 +01:00
2009-12-14 23:55:32 +01:00
2009-10-26 09:40:30 +01:00
2009-09-23 18:13:10 -07:00
2009-11-02 16:02:39 +01:00