git: 1652d2ff09ea - main - arm64: retire bcmp

Mateusz Guzik mjg at FreeBSD.org
Mon Aug 23 13:25:25 UTC 2021


The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=1652d2ff09ea5599ab4fc647038878f24f07f719

commit 1652d2ff09ea5599ab4fc647038878f24f07f719
Author:     Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-08-23 09:46:28 +0000
Commit:     Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-08-23 13:23:20 +0000

    arm64: retire bcmp
    
    Reviewed by:    andrew
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D31645
---
 sys/conf/files.arm64 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 202a911ad8ca..bae23b17cc40 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -9,7 +9,6 @@ kern/pic_if.m					optional intrng
 kern/subr_devmap.c				standard
 kern/subr_intr.c				optional intrng
 kern/subr_physmem.c				standard
-libkern/bcmp.c					standard
 libkern/memcmp.c				standard	\
 	compile-with "${NORMAL_C:N-fsanitize*}"
 libkern/memset.c				standard	\


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