Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106865
b: refs/heads/master
c: 2b4b2bb
h: refs/heads/master
i:
  106863: 07f0469
v: v3
  • Loading branch information
Yoshinori Sato authored and Paul Mundt committed Jul 28, 2008
1 parent 350b8de commit 76998b1
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: 44f95989525c48f6c79fe1c6ad07860765f987cd
refs/heads/master: 2b4b2bb42137c779ef0084de5df66ff21b4cd86e
3 changes: 2 additions & 1 deletion trunk/include/asm-sh/uaccess_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ do { \
__put_user_asm(x, ptr, retval, "w"); \
break; \
case 4: \
__put_user_asm(x, ptr, retval, "l"); \
__put_user_asm((u32)x, ptr, \
retval, "l"); \
break; \
case 8: \
__put_user_u64(x, ptr, retval); \
Expand Down

0 comments on commit 76998b1

Please sign in to comment.