Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120103
b: refs/heads/master
c: 06be372
h: refs/heads/master
i:
  120101: b662642
  120099: e0416bb
  120095: 64bc050
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 80bfc43 commit 2bc44d5
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: a47925ffd1b1b22ee004de36e2c8b811910616ba
refs/heads/master: 06be3724548a443a99d703ff79f43d6f1e2975f0
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/mutex-llsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))
: "t");

__res |= !__ex_flag;
if (unlikely(__res != 0))
if (unlikely(__res <= 0))
fail_fn(count);
}

Expand Down

0 comments on commit 2bc44d5

Please sign in to comment.