Date: Sun, 12 Apr 2026 13:44:17 +0000 From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6422a2448f29 - stable/14 - files.amd64: remove some lines duplicated from files.x86 Message-ID: <69dba1b1.42a9b.339441@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6422a2448f29fa87833ae2b5211e78a7e1f00315 commit 6422a2448f29fa87833ae2b5211e78a7e1f00315 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2025-12-19 22:17:30 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2026-04-12 13:43:40 +0000 files.amd64: remove some lines duplicated from files.x86 These were added to files.x86 because they were duplicated in both files.i386 and files.amd64, but they did not end up removed in the latter. Garbage collect them now. Reviewed by: jhibbits Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. (cherry picked from commit a8c594d27779b95f33c856521ec1039fa552d869) --- sys/conf/files.amd64 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 71a663b79978..5da8c5f898a5 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -377,8 +377,6 @@ dev/syscons/apm/apm_saver.c optional apm_saver apm dev/tpm/tpm20.c optional tpm dev/tpm/tpm_crb.c optional tpm acpi dev/tpm/tpm_tis.c optional tpm acpi -dev/tpm/tpm_acpi.c optional tpm acpi -dev/tpm/tpm_isa.c optional tpm isa dev/p2sb/p2sb.c optional p2sb pci dev/p2sb/lewisburg_gpiocm.c optional lbggpiocm p2sb dev/p2sb/lewisburg_gpio.c optional lbggpio lbggpiocmhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dba1b1.42a9b.339441>
