Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299073
b: refs/heads/master
c: 8c91c53
h: refs/heads/master
i:
  299071: 9743958
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 6, 2012
1 parent 4a23063 commit 68ef3f7
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: 2ca052a3710fac208eee690faefdeb8bbd4586a1
refs/heads/master: 8c91c5325e107ec17e40a59a47c6517387d64eb7
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ extern void __add_wrong_size(void)
switch (sizeof(*(ptr))) { \
case __X86_CASE_B: \
asm volatile (lock "addb %b1, %0\n" \
: "+m" (*(ptr)) : "ri" (inc) \
: "+m" (*(ptr)) : "qi" (inc) \
: "memory", "cc"); \
break; \
case __X86_CASE_W: \
Expand Down

0 comments on commit 68ef3f7

Please sign in to comment.