]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/ia64/include/asm/spinlock_types.h
locking: Convert raw_rwlock to arch_rwlock
[linux-beck.git] / arch / ia64 / include / asm / spinlock_types.h
index 6a11b65fa66da8a211570b570cb6f49ab4cfd256..e2b42a52a6d3f266f00355691d43d9d67c6ab5e2 100644 (file)
@@ -14,8 +14,8 @@ typedef struct {
 typedef struct {
        volatile unsigned int read_counter      : 31;
        volatile unsigned int write_lock        :  1;
-} raw_rwlock_t;
+} arch_rwlock_t;
 
-#define __RAW_RW_LOCK_UNLOCKED         { 0, 0 }
+#define __ARCH_RW_LOCK_UNLOCKED                { 0, 0 }
 
 #endif