]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a better version of memcpy/bcopy for mips kernel.
authorJayachandran C. <jchandra@FreeBSD.org>
Sat, 7 Sep 2013 16:31:30 +0000 (16:31 +0000)
committerJayachandran C. <jchandra@FreeBSD.org>
Sat, 7 Sep 2013 16:31:30 +0000 (16:31 +0000)
commitcbd49bff46a3bd63a6b14a06c89d25d33d8b7eba
tree0deb85f5bb7feb7eebf16866191088d03b20fc72
parent58909b74b9f576e29a9dde2618420242bbae4a29
Use a better version of memcpy/bcopy for mips kernel.

Use a variant of mips libc memcpy for kernel. This implementation uses
64-bit operations when compiled for 64-bit, and is significantly faster
in that case.

Submitted by: Tanmay Jagdale <tanmayj@broadcom.com>
sys/conf/files.mips
sys/mips/mips/bcopy.S [new file with mode: 0644]
sys/mips/mips/support.S