|
@@ -147,7 +147,7 @@ unsigned long __must_check __copy_to_user(void __user *to, const void *from,
|
|
|
" jg 2b\n" \
|
|
|
".popsection\n" \
|
|
|
EX_TABLE(0b,3b) EX_TABLE(1b,3b) \
|
|
|
- : "=d" (__rc), "=Q" (*(to)) \
|
|
|
+ : "=d" (__rc), "+Q" (*(to)) \
|
|
|
: "d" (size), "Q" (*(from)), \
|
|
|
"d" (__reg0), "K" (-EFAULT) \
|
|
|
: "cc"); \
|