diff options
author | 2013-06-13 15:34:04 +0000 | |
---|---|---|
committer | 2013-06-13 15:34:04 +0000 | |
commit | 86ecf1a6549e6cf69ed223594f3d60ccec0e8480 (patch) | |
tree | f3c2d58cb7d69c9debeb4fbe5cd1cf7578e4a789 | |
parent | syncronize "look in other file" messages (diff) | |
download | wireguard-openbsd-86ecf1a6549e6cf69ed223594f3d60ccec0e8480.tar.xz wireguard-openbsd-86ecf1a6549e6cf69ed223594f3d60ccec0e8480.zip |
ovbcopy begone
-rw-r--r-- | sys/arch/solbourne/solbourne/locore.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/solbourne/solbourne/locore.s b/sys/arch/solbourne/solbourne/locore.s index 855d7b94420..1051aeb37e7 100644 --- a/sys/arch/solbourne/solbourne/locore.s +++ b/sys/arch/solbourne/solbourne/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.17 2013/04/21 14:44:16 sebastia Exp $ */ +/* $OpenBSD: locore.s,v 1.18 2013/06/13 15:34:04 deraadt Exp $ */ /* OpenBSD: locore.s,v 1.64 2005/04/17 18:47:50 miod Exp */ /* @@ -3665,10 +3665,9 @@ Lbcopy_done: retl stb %o4,[%o1] /* - * ovbcopy(src, dst, len): like bcopy, but regions may overlap. + * bcopy(src, dst, len): regions may overlap. */ ENTRY(bcopy) -ENTRY(ovbcopy) cmp %o0, %o1 ! src < dst? bgeu Lbcopy_start ! no, go copy forwards as via bcopy cmp %o2, BCOPY_SMALL! (check length for doublecopy first) |