diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 03:59:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 03:59:04 +0000 |
commit | 26d8f486c04d87816daa3a1c701fa087912468ba (patch) | |
tree | 13888f771c320ebd79ce02be0d9a9ab9e172f39e /sys/lib | |
parent | dcfe4783471f108caec60452d3378fc9f76c895c (diff) |
ovbcopy begone
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/arch/m88k/copy_subr.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/m88k/copy_subr.S b/sys/lib/libkern/arch/m88k/copy_subr.S index 2cadfdd178b..2833e2b2d13 100644 --- a/sys/lib/libkern/arch/m88k/copy_subr.S +++ b/sys/lib/libkern/arch/m88k/copy_subr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: copy_subr.S,v 1.4 2013/01/05 11:20:56 miod Exp $ */ +/* $OpenBSD: copy_subr.S,v 1.5 2013/06/13 03:59:03 deraadt Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -54,9 +54,6 @@ ENTRY(memmove) #ifdef BCOPY ENTRY(bcopy) #endif -#ifdef OVBCOPY -ENTRY(ovbcopy) -#endif #if defined(MEMCPY) || defined(MEMMOVE) or SAVE, DEST, %r0 |