Date: Fri, 19 Dec 2025 22:17:37 +0000 From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a8c594d27779 - main - files.amd64: remove some lines duplicated from files.x86 Message-ID: <6945cf01.9468.45d8131f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=a8c594d27779b95f33c856521ec1039fa552d869 commit a8c594d27779b95f33c856521ec1039fa552d869 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2025-12-19 22:17:30 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2025-12-19 22:17:30 +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 Fixes: b9c6fa339d9c7 ("files.x86: Pull in some more duplicate [...]") Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D54295 --- sys/conf/files.amd64 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index e4f01813bc8f..5de81ce58ef8 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -380,8 +380,6 @@ dev/smartpqi/smartpqi_tag.c optional smartpqi dev/sume/if_sume.c optional sume dev/syscons/apm/apm_saver.c optional apm_saver apm dev/tpm/tpm_crb.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 lbggpiocmhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6945cf01.9468.45d8131f>
