Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191461
b: refs/heads/master
c: 9c76b38
h: refs/heads/master
i:
  191459: f7bff2c
v: v3
  • Loading branch information
Luca Barbieri authored and H. Peter Anvin committed Feb 26, 2010
1 parent ba8d67a commit cd46298
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b3ac891b67bd4b1fc728d1c784cad1212dea433d
refs/heads/master: 9c76b38476b18c45f97098a10b0176b321eba3ea
3 changes: 2 additions & 1 deletion trunk/arch/x86/include/asm/cmpxchg_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ extern unsigned long long cmpxchg_486_u64(volatile void *, u64, u64);
__typeof__(*(ptr)) __ret; \
__typeof__(*(ptr)) __old = (o); \
__typeof__(*(ptr)) __new = (n); \
alternative_io("call cmpxchg8b_emu", \
alternative_io(LOCK_PREFIX_HERE \
"call cmpxchg8b_emu", \
"lock; cmpxchg8b (%%esi)" , \
X86_FEATURE_CX8, \
"=A" (__ret), \
Expand Down

0 comments on commit cd46298

Please sign in to comment.