Date: Tue, 24 Aug 2021 11:24:14 GMT From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9a1d562085cb - main - mips: retire ovbcopy Message-ID: <202108241124.17OBOElP059805@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=9a1d562085cb4623a95e3e7a649d81099ce67470 commit 9a1d562085cb4623a95e3e7a649d81099ce67470 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2021-08-24 08:49:31 +0000 Commit: Mateusz Guzik <mjg@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241124.17OBOElP059805>