Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107501
b: refs/heads/master
c: d72609e
h: refs/heads/master
i:
  107499: 2719f04
v: v3
  • Loading branch information
Mikael Pettersson authored and David S. Miller committed Jul 30, 2008
1 parent f2a66a9 commit 60538d2
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: 19fd3cabbabe5d37b83f833a1593592ed9878236
refs/heads/master: d72609e17fd93bb2f7e0f7e1bdc70b6d20e43843
2 changes: 1 addition & 1 deletion trunk/arch/sparc/include/asm/futex_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr)
__futex_cas_op("or\t%2, %4, %1", ret, oldval, uaddr, oparg);
break;
case FUTEX_OP_ANDN:
__futex_cas_op("and\t%2, %4, %1", ret, oldval, uaddr, oparg);
__futex_cas_op("andn\t%2, %4, %1", ret, oldval, uaddr, oparg);
break;
case FUTEX_OP_XOR:
__futex_cas_op("xor\t%2, %4, %1", ret, oldval, uaddr, oparg);
Expand Down

0 comments on commit 60538d2

Please sign in to comment.