Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 13:25:24 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: 1652d2ff09ea - main - arm64: retire bcmp
Message-ID:  <202108231325.17NDPO9g092496@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=1652d2ff09ea5599ab4fc647038878f24f07f719

commit 1652d2ff09ea5599ab4fc647038878f24f07f719
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-08-23 09:46:28 +0000
Commit:     Mateusz Guzik <mjg@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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108231325.17NDPO9g092496>