]> git.karo-electronics.de Git - karo-tx-linux.git/commit
openrisc: Add optimized memset
authorOlof Kindgren <olof.kindgren@gmail.com>
Fri, 6 Feb 2015 12:41:51 +0000 (13:41 +0100)
committerStafford Horne <shorne@gmail.com>
Fri, 24 Feb 2017 19:14:35 +0000 (04:14 +0900)
commitd857a1e253498feb231173218df26f5562c70f09
tree4d7c67c6d2c648d52a83f68e5ebaa3882c791073
parente29d11c6991d078bf2011f25dc8c19a2f38c4c8e
openrisc: Add optimized memset

This adds a hand-optimized assembler version of memset and sets
__HAVE_ARCH_MEMSET to use this version instead of the generic C
routine

Signed-off-by: Olof Kindgren <olof.kindgren@gmail.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/include/asm/string.h [new file with mode: 0644]
arch/openrisc/kernel/or32_ksyms.c
arch/openrisc/lib/Makefile
arch/openrisc/lib/memset.S [new file with mode: 0644]