locking: Separate rwlock api from spinlock api
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2009 17:48:37 +0000 (18:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:32 +0000 (23:55 +0100)
commit6b6b4792f89346e47437682c7ba3438e6681c0f9
tree3c3cc94369bc5edaeb5ec8b67c8e172708fdf496
parentef12f10994281e2e44526fa0abf23fdd7d5bd87f
locking: Separate rwlock api from spinlock api

Move the rwlock smp api defines and functions into a separate header
file. Makes the -rt selection simpler and less intrusive.

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_api_smp.h [new file with mode: 0644]
include/linux/spinlock_api_smp.h