]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/alpha/include/asm/spinlock_types.h
locking: Convert raw_rwlock to arch_rwlock
[linux-beck.git] / arch / alpha / include / asm / spinlock_types.h
index 08975ee0a10026249f1ed1a7099b152d39143605..54c2afce0a1d7a4b117d4fd5332cb77bee787e62 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