Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288247
b: refs/heads/master
c: 62aca40
h: refs/heads/master
i:
  288245: 956d564
  288243: a217327
  288239: 5c02ce5
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 5, 2012
1 parent b14abd7 commit db76723
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: 7512102cf64d36e3c7444480273623c7aab3563f
refs/heads/master: 62aca403657fe30e5235c5331e9871e676d9ea0a
2 changes: 1 addition & 1 deletion trunk/arch/alpha/include/asm/futex.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
" lda $31,3b-2b(%0)\n"
" .previous\n"
: "+r"(ret), "=&r"(prev), "=&r"(cmp)
: "r"(uaddr), "r"((long)oldval), "r"(newval)
: "r"(uaddr), "r"((long)(int)oldval), "r"(newval)
: "memory");

*uval = prev;
Expand Down

0 comments on commit db76723

Please sign in to comment.