aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv1/strksyms.c
diff options
context:
space:
mode:
authorGuo Ren <ren_guo@c-sky.com>2019-06-28 20:39:46 +0800
committerGuo Ren <ren_guo@c-sky.com>2019-07-19 14:21:36 +0800
commitbdfeb0ccea1a12b58299b95eb0f28e2aa26de4c2 (patch)
tree302f7d99767e5f4a34dc35c7b164258dcd70d8cf /arch/csky/abiv1/strksyms.c
parentcsky: Improve tlb operation with help of asid (diff)
downloadlinux-dev-bdfeb0ccea1a12b58299b95eb0f28e2aa26de4c2.tar.xz
linux-dev-bdfeb0ccea1a12b58299b95eb0f28e2aa26de4c2.zip
csky: Fixup abiv1 memset error
Current memset implementation in abiv1 is wrong and it'll cause unalign access. Just remove it and use the generic one. This patch will cause performance degradation and we will improve it with a new design in next patchset. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r--arch/csky/abiv1/strksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/abiv1/strksyms.c b/arch/csky/abiv1/strksyms.c
index 436995c9b75c..c7ccbb27e8d7 100644
--- a/arch/csky/abiv1/strksyms.c
+++ b/arch/csky/abiv1/strksyms.c
@@ -4,4 +4,3 @@
#include <linux/module.h>
EXPORT_SYMBOL(memcpy);
-EXPORT_SYMBOL(memset);