The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=44056f9a72786b24a1ff83649b5a13141be1de84
commit 44056f9a72786b24a1ff83649b5a13141be1de84 Author: Mateusz Guzik <[email protected]> AuthorDate: 2021-08-23 15:29:32 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-08-23 16:11:18 +0000 riscv: retire bcmp Unused since ba96f37758412151 ("Use __builtin for various mem* and b* (e.g. bzero) routines.") Reviewed by: mhorne Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/conf/files.riscv | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index d46d520bd0b7..c5eef10f3519 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -21,7 +21,6 @@ kern/subr_devmap.c standard kern/subr_dummy_vdso_tc.c standard kern/subr_intr.c standard kern/subr_physmem.c standard -libkern/bcmp.c standard libkern/bcopy.c standard libkern/ffs.c standard libkern/ffsl.c standard _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
