locking: Reorder functions in spinlock.c
authorThomas Gleixner <tglx@linutronix.de>
Mon, 9 Nov 2009 20:01:59 +0000 (21:01 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:32 +0000 (23:55 +0100)
commitb7b40ade58e621851896aa261452df99d4e9d99b
tree6ff6d2adea28376b86875cd070fbea6d4473d029
parent3ea6b3d0e6d0ffd91c0f8cadeb69b7133c038b32
locking: Reorder functions in spinlock.c

Separate spin_lock and rw_lock functions. Preempt-RT needs to exclude
the rw_lock functions from being compiled. The reordering allows to do
that with a single #ifdef.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
kernel/spinlock.c