Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42620
b: refs/heads/master
c: 16afea0
h: refs/heads/master
v: v3
  • Loading branch information
Art Haas authored and Linus Torvalds committed Dec 6, 2006
1 parent 9a790f9 commit ea9fe0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e577a80ea85e2557831fd44064f809646f260b4
refs/heads/master: 16afea0255cf6963eb924d4334cdb5acb9074581
4 changes: 2 additions & 2 deletions trunk/include/asm-i386/spinlock_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#endif

typedef struct {
volatile unsigned int slock;
unsigned int slock;
} raw_spinlock_t;

#define __RAW_SPIN_LOCK_UNLOCKED { 1 }

typedef struct {
volatile unsigned int lock;
unsigned int lock;
} raw_rwlock_t;

#define __RAW_RW_LOCK_UNLOCKED { RW_LOCK_BIAS }
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/spinlock_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#endif

typedef struct {
volatile unsigned int slock;
unsigned int slock;
} raw_spinlock_t;

#define __RAW_SPIN_LOCK_UNLOCKED { 1 }

typedef struct {
volatile unsigned int lock;
unsigned int lock;
} raw_rwlock_t;

#define __RAW_RW_LOCK_UNLOCKED { RW_LOCK_BIAS }
Expand Down

0 comments on commit ea9fe0d

Please sign in to comment.