diff options
author | 2013-06-13 19:33:58 +0000 | |
---|---|---|
committer | 2013-06-13 19:33:58 +0000 | |
commit | 1609104a09a64409da3eec9ec5839dc0cc4308dd (patch) | |
tree | 41ca3006df699d280beb3be1a788a85a4c61fafc /sys/lib/libkern/arch/sparc/memcpy.S | |
parent | Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled, (diff) | |
download | wireguard-openbsd-1609104a09a64409da3eec9ec5839dc0cc4308dd.tar.xz wireguard-openbsd-1609104a09a64409da3eec9ec5839dc0cc4308dd.zip |
new integral bcopy/memmove/memcpy, pulled out of sparc locore
tested by beck
Diffstat (limited to 'sys/lib/libkern/arch/sparc/memcpy.S')
-rw-r--r-- | sys/lib/libkern/arch/sparc/memcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/sparc/memcpy.S b/sys/lib/libkern/arch/sparc/memcpy.S index b34338a26e6..c9361568da4 100644 --- a/sys/lib/libkern/arch/sparc/memcpy.S +++ b/sys/lib/libkern/arch/sparc/memcpy.S @@ -1 +1 @@ -/* No code here since kernel implements this itself */ +/* This code is contained in memmove.S */ |