[PATCH] Clean up spin/rwlocks
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:32 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:32 +0000 (10:52 +0200)
commit8b059d2373c16b6d32787a49daf8ccf72dc61b71
tree4814940e77c8956bd94d35edf765ff1698e4c57c
parenta752d7194c4fb5a3e767c95542d04fc5decb1d52
[PATCH] Clean up spin/rwlocks

- Inline spinlock strings into their inline functions
- Convert macros to typesafe inlines
- Replace some leftover __asm__ __volatile__s with asm volatile

Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-x86_64/rwlock.h
include/asm-x86_64/spinlock.h