summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sparc/memcpy.S
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-06-13 19:33:58 +0000
committerderaadt <deraadt@openbsd.org>2013-06-13 19:33:58 +0000
commit1609104a09a64409da3eec9ec5839dc0cc4308dd (patch)
tree41ca3006df699d280beb3be1a788a85a4c61fafc /sys/lib/libkern/arch/sparc/memcpy.S
parentGet rid of the VIS-optimized bcopy/bzero code. This has never been enabled, (diff)
downloadwireguard-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.S2
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 */