aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rwlock_rt.h
AgeCommit message (Collapse)Author
2016-09-19rt: Add the preempt-rt lock replacement APIsThomas Gleixner
Map spinlocks, rwlocks, rw_semaphores and semaphores to the rt_mutex based locking functions for preempt-rt. This also introduces RT's sleeping locks. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>