summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/mm/copy_to_user.S
diff options
context:
space:
mode:
authorAl Viro2017-03-28 07:28:09 +0200
committerAl Viro2017-04-25 02:28:29 +0200
commitac4691fac8ad9bbb72268b6e4c73a168e670a196 (patch)
tree9ea48044ea6173a4b0175897998affe126352efb /arch/hexagon/mm/copy_to_user.S
parentgeneric ...copy_..._user primitives (diff)
downloadkernel-qcow2-linux-ac4691fac8ad9bbb72268b6e4c73a168e670a196.tar.gz
kernel-qcow2-linux-ac4691fac8ad9bbb72268b6e4c73a168e670a196.tar.xz
kernel-qcow2-linux-ac4691fac8ad9bbb72268b6e4c73a168e670a196.zip
hexagon: switch to RAW_COPY_USER
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/hexagon/mm/copy_to_user.S')
-rw-r--r--arch/hexagon/mm/copy_to_user.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/mm/copy_to_user.S b/arch/hexagon/mm/copy_to_user.S
index 0cfbcc09d1d9..a7b7f8db21df 100644
--- a/arch/hexagon/mm/copy_to_user.S
+++ b/arch/hexagon/mm/copy_to_user.S
@@ -43,7 +43,7 @@
#define bytes r2
#define loopcount r5
-#define FUNCNAME __copy_to_user_hexagon
+#define FUNCNAME raw_copy_to_user
#include "copy_user_template.S"
/* STORE FAULTS from COPY_TO_USER */