Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155214
b: refs/heads/master
c: 199e237
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 3, 2009
1 parent 1fa74c3 commit 9a85a2a
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: 3217120873598533234b6dedda9c371ce30001d0
refs/heads/master: 199e23780a7e75c63a9e3d1108804e3af450ea3e
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/atomic64_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ u64 atomic64_xchg(atomic64_t *ptr, u64 new_val)
u64 old_val;

do {
old_val = atomic_read(ptr);
old_val = __atomic64_read(ptr);
} while (atomic64_cmpxchg(ptr, old_val, new_val) != old_val);

return old_val;
Expand Down

0 comments on commit 9a85a2a

Please sign in to comment.