summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sh/memcpy.S
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-11-24 19:41:09 +0000
committerderaadt <deraadt@openbsd.org>2007-11-24 19:41:09 +0000
commita7422b3c5c3da7cd7744e9d209d5ebaad8a66b9a (patch)
treea408eaf24e0403bb2cc191dd569f528b59456d77 /sys/lib/libkern/arch/sh/memcpy.S
parentRecognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. (diff)
downloadwireguard-openbsd-a7422b3c5c3da7cd7744e9d209d5ebaad8a66b9a.tar.xz
wireguard-openbsd-a7422b3c5c3da7cd7744e9d209d5ebaad8a66b9a.zip
more junk SCCS
Diffstat (limited to 'sys/lib/libkern/arch/sh/memcpy.S')
-rw-r--r--sys/lib/libkern/arch/sh/memcpy.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/sh/memcpy.S b/sys/lib/libkern/arch/sh/memcpy.S
index b80fe524ac4..78a960d8eb8 100644
--- a/sys/lib/libkern/arch/sh/memcpy.S
+++ b/sys/lib/libkern/arch/sh/memcpy.S
@@ -29,10 +29,6 @@
#include <machine/asm.h>
-#if defined(LIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: memcpy.S,v 1.2 2006/04/22 23:53:47 uwe Exp $")
-#endif
-
#if !defined(MEMCOPY) && !defined(MEMMOVE) && !defined(BCOPY)
#define MEMCOPY
#endif