Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100071
b: refs/heads/master
c: 5e32216
h: refs/heads/master
i:
  100069: 2691cd1
  100067: 0ae1135
  100063: 0101503
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Jul 9, 2008
1 parent 5feb1ef commit e6218a2
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: 002ca1690c3d0a495e6aedd608281aeb01ce6385
refs/heads/master: 5e322163b19735fbef3e294c297d38e0d2ba8f7e
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/uaccess_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ do { \
__put_user_asm(x, ptr, retval, "w", "w", "ir", errret); \
break; \
case 4: \
__put_user_asm(x, ptr, retval, "l", "", "ir", errret); \
__put_user_asm(x, ptr, retval, "l", "k", "ir", errret);\
break; \
case 8: \
__put_user_u64((__typeof__(*ptr))(x), ptr, retval); \
Expand Down

0 comments on commit e6218a2

Please sign in to comment.