aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/uaccess_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/uaccess_64.h')
-rw-r--r--include/asm-x86/uaccess_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/uaccess_64.h b/include/asm-x86/uaccess_64.h
index a2d49078e19c..21fda9ebee13 100644
--- a/include/asm-x86/uaccess_64.h
+++ b/include/asm-x86/uaccess_64.h
@@ -131,7 +131,7 @@ extern void __put_user_bad(void);
131 asm volatile("call __put_user_" #size \ 131 asm volatile("call __put_user_" #size \
132 :"=a" (ret) \ 132 :"=a" (ret) \
133 :"c" (ptr),"d" (x) \ 133 :"c" (ptr),"d" (x) \
134 :"r8") 134 :"ebx")
135 135
136#define put_user(x, ptr) \ 136#define put_user(x, ptr) \
137 __put_user_check((__typeof__(*(ptr)))(x), (ptr), sizeof(*(ptr))) 137 __put_user_check((__typeof__(*(ptr)))(x), (ptr), sizeof(*(ptr)))