From 9a1d562085cb4623a95e3e7a649d81099ce67470 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 24 Aug 2021 08:49:31 +0000 Subject: [PATCH] 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 4205ca5e168..ffd86f1de26 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. */ -- 2.45.0