Remove remaining unnecessary 'volatile' qualifiers

This commit is contained in:
Pawel Dziepak
2013-11-06 00:03:07 +01:00
parent d929eb20ba
commit 73ad2473e7
45 changed files with 69 additions and 68 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ typedef struct rw_lock {
struct rw_lock_waiter* waiters;
spinlock lock;
thread_id holder;
vint32 count;
int32 count;
int32 owner_count;
int16 active_readers;
// Only > 0 while a writer is waiting: number