]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().
authorPaul Mundt <lethal@linux-sh.org>
Fri, 12 Dec 2008 07:34:44 +0000 (16:34 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:05 +0000 (18:44 +0900)
commit4466b20cfcfa718ff515b9e3886749cc025e2005
treef12402e006de74df252dff03d455af0a9e2bfa0b
parent776d6c298aad42c2b8f191fa9ad826075e4d588c
sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().

Adopted from the uClibc optimized string versions.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/string_64.h
arch/sh/kernel/sh_ksyms_64.c
arch/sh/lib64/Makefile
arch/sh/lib64/memcpy.S [new file with mode: 0644]
arch/sh/lib64/memcpy.c [deleted file]
arch/sh/lib64/memset.S [new file with mode: 0644]
arch/sh/lib64/strcpy.S [new file with mode: 0644]
arch/sh/lib64/strlen.S [new file with mode: 0644]