summaryrefslogtreecommitdiffstats
path: root/include/linux/rwlock_types.h
Commit message (Collapse)AuthorAgeFilesLines
* locking: Remove deprecated lock initializersThomas Gleixner2011-01-271-8/+0
| | | | | | Last users are gone. Remove the left overs. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-141-3/+3
| | | | | | | | | | | | | | Not strictly necessary for -rt as -rt does not have non sleeping rwlocks, but it's odd to not have a consistent naming convention. No functional change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra <peterz@infradead.org> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Ingo Molnar <mingo@elte.hu> Cc: linux-arch@vger.kernel.org
* locking: Split rwlock from spinlock headersThomas Gleixner2009-12-141-0/+56
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>
OpenPOWER on IntegriCloud