Date: Thu, 23 Jul 2026 10:01:08 +0000 From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0e4008992fc5 - stable/14 - files: riscv, arm64: Remove redundant 'ofw_cpu.c' Message-ID: <6a61e664.3acf6.6ee248fd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=0e4008992fc548edb1354a2ad56f474ae0dc5bc5 commit 0e4008992fc548edb1354a2ad56f474ae0dc5bc5 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2026-06-26 21:23:57 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2026-07-23 09:59:13 +0000 files: riscv, arm64: Remove redundant 'ofw_cpu.c' Should have been removed when that line was moved from 'files.arm' to 'files'. Fixes: 14e1a2cd295d ("Move ofw_cpu file to the main files conf file.") MFC after: 2 weeks Event: Halifax Hackathon 202606 Location: Seat 36K in AC667, over Maine near Canadian border Sponsored by: The FreeBSD Foundation (cherry picked from commit 10213f01773f22ab948ec1e87c880b1d19a1fc45) --- sys/conf/files.arm64 | 1 - sys/conf/files.riscv | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index 7d31a92c530e..221efe25796f 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -360,7 +360,6 @@ dev/mmc/host/dwmmc_rockchip.c optional dwmmc rk_dwmmc fdt dev/neta/if_mvneta_fdt.c optional neta fdt dev/neta/if_mvneta.c optional neta mdio mii fdt -dev/ofw/ofw_cpu.c optional fdt dev/ofw/ofw_pci.c optional fdt pci dev/ofw/ofw_pcib.c optional fdt pci diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index c01e41325759..7abddac69874 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -4,7 +4,6 @@ cddl/dev/dtrace/riscv/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" cddl/dev/dtrace/riscv/instr_size.c optional dtrace compile-with "${DTRACE_C}" cddl/dev/fbt/riscv/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" crypto/des/des_enc.c optional netsmb -dev/ofw/ofw_cpu.c optional fdt dev/ofw/ofw_pcib.c optional pci fdt dev/pci/pci_dw.c optional pci fdt dev/pci/pci_dw_if.m optional pci fdthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a61e664.3acf6.6ee248fd>
