Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45813
b: refs/heads/master
c: 5ad0d38
h: refs/heads/master
i:
  45811: 7f2d6ff
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Jan 26, 2007
1 parent c4f3f9e commit d5a79c8
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: 99abfeafb5f2eea1bb481330ff37343e1133c924
refs/heads/master: 5ad0d383ddbf0d2fce43b8aac267a6c299fd2dff
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ do { \
case 1: __put_user_asm(x,ptr,retval,"b","b","iq",-EFAULT); break;\
case 2: __put_user_asm(x,ptr,retval,"w","w","ir",-EFAULT); break;\
case 4: __put_user_asm(x,ptr,retval,"l","k","ir",-EFAULT); break;\
case 8: __put_user_asm(x,ptr,retval,"q","","ir",-EFAULT); break;\
case 8: __put_user_asm(x,ptr,retval,"q","","Zr",-EFAULT); break;\
default: __put_user_bad(); \
} \
} while (0)
Expand Down

0 comments on commit d5a79c8

Please sign in to comment.