git: 9a1d562085cb - main - mips: retire ovbcopy

Mateusz Guzik mjg at FreeBSD.org
Tue Aug 24 11:24:14 UTC 2021


The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=9a1d562085cb4623a95e3e7a649d81099ce67470

commit 9a1d562085cb4623a95e3e7a649d81099ce67470
Author:     Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-08-24 08:49:31 +0000
Commit:     Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-08-24 11:24:07 +0000

    mips: retire ovbcopy
    
    ovbcopy is unused since 9f45b2da8fa08638 ("Define ovbcopy() as a macro
    which expands to the equivalent bcopy() call")
    
    bcopy is left in place because it is used by assembly primitives
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/mips/mips/bcopy.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/mips/mips/bcopy.S b/sys/mips/mips/bcopy.S
index 4205ca5e1680..ffd86f1de26d 100644
--- a/sys/mips/mips/bcopy.S
+++ b/sys/mips/mips/bcopy.S
@@ -74,7 +74,6 @@ XLEAF(memmove)
 	move	a1, v0
 
 XLEAF(bcopy)
-XLEAF(ovbcopy)
 	/*
 	 *	Make sure we can copy forwards.
 	 */


More information about the dev-commits-src-all mailing list