git: 10213f01773f - main - files: riscv, arm64: Remove redundant 'ofw_cpu.c'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 21:37:50 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=10213f01773f22ab948ec1e87c880b1d19a1fc45
commit 10213f01773f22ab948ec1e87c880b1d19a1fc45
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-06-26 21:23:57 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-26 21:36:57 +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
---
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 6a495d193890..51089e5fe078 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -462,7 +462,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 307276b5fd52..6208b00c469b 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_pci.c optional pci fdt
dev/ofw/ofw_pcib.c optional pci fdt
dev/pci/pci_dw.c optional pci fdt