]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/sparc/include/asm/spinlock_types.h
locking: Convert raw_rwlock to arch_rwlock
[linux-beck.git] / arch / sparc / include / asm / spinlock_types.h
index c145e63a5d66ad76534a1ffe5ddd0ef7f68a530b..9c454fdeaad82a9cf0cdc63bd84ea78112fa0083 100644 (file)
@@ -13,8 +13,8 @@ typedef struct {
 
 typedef struct {
        volatile unsigned int lock;
-} raw_rwlock_t;
+} arch_rwlock_t;
 
-#define __RAW_RW_LOCK_UNLOCKED         { 0 }
+#define __ARCH_RW_LOCK_UNLOCKED                { 0 }
 
 #endif