Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43047
b: refs/heads/master
c: 2fff0a4
h: refs/heads/master
i:
  43045: af3b55b
  43043: f18f1ff
  43039: 1545cce
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent 478f811 commit 2082ed4
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: 5df0287ecc4f53e68bbd188fa8258b555e6b734f
refs/heads/master: 2fff0a48416af891dce38fd425246e337831e0bb
2 changes: 1 addition & 1 deletion trunk/include/linux/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static inline unsigned long __copy_from_user_nocache(void *to,
long ret; \
\
inc_preempt_count(); \
ret = __get_user(retval, addr); \
ret = __get_user(retval, (__force typeof(*addr) __user *)addr);\
dec_preempt_count(); \
ret; \
})
Expand Down

0 comments on commit 2082ed4

Please sign in to comment.