Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25631
b: refs/heads/master
c: cfab9d0
h: refs/heads/master
i:
  25629: 28934f4
  25627: 6251ca5
  25623: 1317b20
  25615: fe86f0f
  25599: e77db04
v: v3
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Apr 8, 2006
1 parent 22200bd commit c51b14b
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: 0681226661754a99de711cda2c2bd12ff9cd2c3b
refs/heads/master: cfab9d0e1da8e08a39759d0fc3bf5e40f0ac2d55
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))
static inline int
__mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))
{
if (likely(cmpxchg_acq(count, 1, 0)) == 1)
if (cmpxchg_acq(count, 1, 0) == 1)
return 1;
return 0;
}
Expand Down

0 comments on commit c51b14b

Please sign in to comment.