Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155819
b: refs/heads/master
c: ebe119c
h: refs/heads/master
i:
  155817: 46ab343
  155815: 79f7191
v: v3
  • Loading branch information
H. Peter Anvin committed Jul 21, 2009
1 parent 1b2ef61 commit ccbf5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 155b73529583c38f30fd394d692b15a893960782
refs/heads/master: ebe119cd0929df4878f758ebf880cb435e4dcaaf
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ extern int __get_user_bad(void);
: "A" ((typeof(*(ptr)))(x)), "c" (ptr) : "ebx")
#else
#define __put_user_asm_u64(x, ptr, retval, errret) \
__put_user_asm(x, ptr, retval, "q", "", "Zr", errret)
__put_user_asm(x, ptr, retval, "q", "", "er", errret)
#define __put_user_asm_ex_u64(x, addr) \
__put_user_asm_ex(x, addr, "q", "", "Zr")
__put_user_asm_ex(x, addr, "q", "", "er")
#define __put_user_x8(x, ptr, __ret_pu) __put_user_x(8, x, ptr, __ret_pu)
#endif

Expand Down

0 comments on commit ccbf5b6

Please sign in to comment.