diff options
author | Matteo Croce <mcroce@microsoft.com> | 2022-03-30 20:07:14 +0800 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2022-04-18 21:23:55 +0800 |
commit | e4df2d5e852a7d24df3672ae9951eb79e179be08 (patch) | |
tree | 304debe8a13e6d07a56b7f97ac9eb92d8ddd95d7 /arch/csky/abiv1/strksyms.c | |
parent | cfb24463a53edeb388f3563e166ad7f9591dad3d (diff) |
csky: Add C based string functions
Try to access RAM with the largest bit width possible, but without
doing unaligned accesses.
A further improvement could be to use multiple read and writes as the
assembly version was trying to do.
Tested on a BeagleV Starlight with a SiFive U74 core, where the
improvement is noticeable.
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Co-developed-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'arch/csky/abiv1/strksyms.c')
-rw-r--r-- | arch/csky/abiv1/strksyms.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/csky/abiv1/strksyms.c b/arch/csky/abiv1/strksyms.c deleted file mode 100644 index c7ccbb27e8d7..000000000000 --- a/arch/csky/abiv1/strksyms.c +++ /dev/null @@ -1,6 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. - -#include <linux/module.h> - -EXPORT_SYMBOL(memcpy); |