locking: Further name space cleanups
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 Dec 2009 19:55:53 +0000 (20:55 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:33 +0000 (23:55 +0100)
commit9828ea9d75c38fe3dce05d00566eed61c85732e6
tree6cee5c8ffb07cdf45cc12d58f74a3053ffefcb5f
parent5f6384c5fb6bfc9aac506e058974d3ba293951b3
locking: Further name space cleanups

The name space hierarchy for the internal lock functions is now a bit
backwards. raw_spin* functions map to _spin* which use __spin*, while
we would like to have _raw_spin* and __raw_spin*.

_raw_spin* is already used by lock debugging, so rename those funtions
to do_raw_spin* to free up the _raw_spin* name space.

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
include/linux/rwlock_api_smp.h
include/linux/spinlock.h
include/linux/spinlock_api_smp.h
kernel/sched.c
kernel/spinlock.c
lib/kernel_lock.c
lib/spinlock_debug.c