Date: Mon, 21 Apr 2025 05:57:25 GMT From: Doug Moore <dougm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d4763484f911 - main - amd64: drop mistakenly added file Message-ID: <202504210557.53L5vPTJ005602@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=d4763484f9112f7249ab08f23c3cfe2f9ba0e35d commit d4763484f9112f7249ab08f23c3cfe2f9ba0e35d Author: Doug Moore <dougm@FreeBSD.org> AuthorDate: 2025-04-21 05:55:34 +0000 Commit: Doug Moore <dougm@FreeBSD.org> CommitDate: 2025-04-21 05:55:34 +0000 amd64: drop mistakenly added file File PHO was added by mistake. Removed. Fixes: aa60a08f2a57 ("amd64: replace tailq pointers with iterators") --- sys/amd64/conf/PHO | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys/amd64/conf/PHO b/sys/amd64/conf/PHO deleted file mode 100644 index 7f0d3906ac64..000000000000 --- a/sys/amd64/conf/PHO +++ /dev/null @@ -1,13 +0,0 @@ -include GENERIC -ident PHO-GENERIC -options ALT_BREAK_TO_DEBUGGER -options SW_WATCHDOG -options WITNESS -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options DEBUG_LOCKS -options DEBUG_VFS_LOCKS -options DIAGNOSTIC -nooptions DEADLKRES # watchdogd handles this -options UFS_EXTATTR -options UFS_EXTATTR_AUTOSTART
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504210557.53L5vPTJ005602>