git: 9fefd5146b74 - stable/15 - riscv: Add ffs.c and ffsdi2.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 15:29:26 UTC
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 standard