OSDN Git Service

csky: Fixup abiv1 memset error
authorGuo Ren <ren_guo@c-sky.com>
Fri, 28 Jun 2019 12:39:46 +0000 (20:39 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Fri, 19 Jul 2019 06:21:36 +0000 (14:21 +0800)
commitbdfeb0ccea1a12b58299b95eb0f28e2aa26de4c2
tree302f7d99767e5f4a34dc35c7b164258dcd70d8cf
parent4e562c11664c0e0e84bb8495894b8637acc1c095
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>
arch/csky/abiv1/Makefile
arch/csky/abiv1/inc/abi/string.h
arch/csky/abiv1/memset.c [deleted file]
arch/csky/abiv1/strksyms.c