summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/lib/copy_to_user.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-03-28 01:37:07 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-03-28 18:24:04 -0400
commit2ef59f28567f8a5d66dccc0e6a99a1bd655fd605 (patch)
treefba9febbc2705f8f18e410f0f6018845a04f0fd2 /arch/unicore32/lib/copy_to_user.S
parentd597580d373774b1bdab84b3d26ff0b55162b916 (diff)
downloadlinux-0-day-2ef59f28567f8a5d66dccc0e6a99a1bd655fd605.tar.gz
linux-0-day-2ef59f28567f8a5d66dccc0e6a99a1bd655fd605.tar.xz
unicore32: get rid of zeroing and switch to RAW_COPY_USER
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/unicore32/lib/copy_to_user.S')
-rw-r--r--arch/unicore32/lib/copy_to_user.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/unicore32/lib/copy_to_user.S b/arch/unicore32/lib/copy_to_user.S
index 6e22151c840d7..857c6816ffe78 100644
--- a/arch/unicore32/lib/copy_to_user.S
+++ b/arch/unicore32/lib/copy_to_user.S
@@ -16,7 +16,7 @@
/*
* Prototype:
*
- * size_t __copy_to_user(void *to, const void *from, size_t n)
+ * size_t raw_copy_to_user(void *to, const void *from, size_t n)
*
* Purpose:
*
@@ -79,11 +79,11 @@
.text
-WEAK(__copy_to_user)
+WEAK(raw_copy_to_user)
#include "copy_template.S"
-ENDPROC(__copy_to_user)
+ENDPROC(raw_copy_to_user)
.pushsection .fixup,"ax"
.align 0