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