locking: Cleanup the name space completely
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 Dec 2009 20:52:18 +0000 (21:52 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:33 +0000 (23:55 +0100)
commit9c1721aa4994f6625decbd915241f3a94ee2fe67
treebc1c2d623ac5d0db82df18163f6ab029e057c558
parent9828ea9d75c38fe3dce05d00566eed61c85732e6
locking: Cleanup the name space completely

Make the name space hierarchy of locking functions consistent:
     raw_spin* -> _raw_spin* -> __raw_spin*

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
include/linux/spinlock_api_up.h
kernel/spinlock.c