From 240d1ad927007ed4db509d68b815e7a8b45813de Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 12 Mar 1999 23:03:31 +0000 Subject: [PATCH] remove ovbcopy references --- sys/arch/alpha/alpha/locore.s | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s index 55a2cb40d4d9..fb9a5021f575 100644 --- a/sys/arch/alpha/alpha/locore.s +++ b/sys/arch/alpha/alpha/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.57 1999/02/23 03:20:02 thorpej Exp $ */ +/* $NetBSD: locore.s,v 1.58 1999/03/12 23:03:31 perry Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.57 1999/02/23 03:20:02 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.58 1999/03/12 23:03:31 perry Exp $"); #ifndef EVCNT_COUNTERS #include @@ -1097,15 +1097,12 @@ NESTED(copyoutstr, 4, 16, ra, IM_RA|IM_S0, 0) /* * Copy a bytes within the kernel's address space. * - * In the kernel, bcopy() doesn't have to handle the overlapping - * case; that's that ovbcopy() is for. However, it doesn't hurt - * to do both in bcopy, and it does provide a measure of safety. + * Although bcopy() is not specified to handle overlapping regions, + * this version does do so. * * void bcopy(char *from, char *to, size_t len); - * void ovbcopy(char *from, char *to, size_t len); */ LEAF(bcopy,3) -XLEAF(ovbcopy,3) /* Check for negative length */ ble a2,bcopy_done