Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47602
b: refs/heads/master
c: c530cba
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 11, 2007
1 parent 97130cc commit ad4554b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 731b9a549882c76189baafccbd068d5785ea2a82
refs/heads/master: c530cba649692512070e8c0131ba3eccade09269
1 change: 0 additions & 1 deletion trunk/include/asm-arm/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static inline void __raw_spin_unlock(raw_spinlock_t *lock)
* Write locks are easy - we just set bit 31. When unlocking, we can
* just write zero since the lock is exclusively held.
*/
#define rwlock_is_locked(x) (*((volatile unsigned int *)(x)) != 0)

static inline void __raw_write_lock(raw_rwlock_t *rw)
{
Expand Down

0 comments on commit ad4554b

Please sign in to comment.