git: 387646c15b6f - stable/15 - files: riscv, arm64: Remove redundant 'ofw_cpu.c'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jul 2026 04:35:06 UTC
The branch stable/15 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=387646c15b6fc359c0dba773a9676fef879c20ee
commit 387646c15b6fc359c0dba773a9676fef879c20ee
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-06-26 21:23:57 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-07-24 04:33:37 +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 8db00084e651..eb9974cfad44 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -420,7 +420,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 6254c237b047..a019d5a63cc3 100644
--- a/sys/conf/files.riscv
+++ b/sys/conf/files.riscv
@@ -5,7 +5,6 @@ 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/cpufreq/cpufreq_dt.c optional cpufreq fdt
-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 fdt