Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97772
b: refs/heads/master
c: 1e5c594
h: refs/heads/master
v: v3
  • Loading branch information
surinder authored and Russell King committed Jun 2, 2008
1 parent 2480216 commit 4de13ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ea6a7404da4b381b35bcec48338d376a3873ea46
refs/heads/master: 1e5c594607778f551b729577b046ee5d9333cfb5
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static inline void __raw_write_unlock(raw_rwlock_t *rw)
}

/* write_can_lock - would write_trylock() succeed? */
#define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
#define __raw_write_can_lock(x) ((x)->lock == 0)

/*
* Read locks are a bit more hairy:
Expand Down

0 comments on commit 4de13ad

Please sign in to comment.