locks: Split rwlocks from spinlocks
Preparatory patch for atomic_spinlocks and preempt-rt. rwlocks are
always converted to sleeping locks on preempt-rt. Split the code so
the later preempt-rt conversions can be done by excluding the separate
files.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
include/linux/rwlock.h
0 → 100644
include/linux/rwlock_types.h
0 → 100644
kernel/lock-internals.h
0 → 100644
kernel/rwlock.c
0 → 100644
Please register or sign in to comment