Date: Fri, 24 Apr 2026 15:29:26 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9fefd5146b74 - stable/15 - riscv: Add ffs.c and ffsdi2.c Message-ID: <69eb8c56.33fdd.607d2be8@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9fefd5146b748d5154fb00f2bcf3bbce1139320a commit 9fefd5146b748d5154fb00f2bcf3bbce1139320a Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-01-31 17:21:11 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-04-24 15:26:39 +0000 riscv: Add ffs.c and ffsdi2.c These are only needed for GCC, but it doesn't hurt to include these always. Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D54968 (cherry picked from commit f4c40a5acb16e542934ed17ee475183b87420eae) --- sys/conf/files.riscv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index e77a15ce8dae..6254c237b047 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -33,6 +33,8 @@ kern/subr_dummy_vdso_tc.c standard kern/subr_efi_map.c standard kern/subr_intr.c standard kern/subr_physmem.c standard +libkern/ffs.c standard +libkern/ffsdi2.c standard libkern/bcopy.c standard libkern/memcmp.c standard libkern/memset.c standardhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eb8c56.33fdd.607d2be8>
