locking: Split rwlock from spinlock headers
authorThomas Gleixner <tglx@linutronix.de>
Sat, 7 Nov 2009 22:04:15 +0000 (23:04 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:32 +0000 (23:55 +0100)
commitef12f10994281e2e44526fa0abf23fdd7d5bd87f
tree6060e8b412fe7aea40462106be10eca8dcb1754d
parentb7b40ade58e621851896aa261452df99d4e9d99b
locking: Split rwlock from spinlock headers

Move the rwlock defines and inlines into separate header files. This
makes the selection for -rt easier.

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>
include/linux/rwlock.h [new file with mode: 0644]
include/linux/rwlock_types.h [new file with mode: 0644]
include/linux/spinlock.h
include/linux/spinlock_types.h