Date: Thu, 05 Mar 2026 14:44:02 +0000 From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 38863c7e55f7 - stable/15 - i386: Fix kernel compilation after introduction of ASMC_DEBUG option Message-ID: <69a996b2.245e9.ae7b668@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=38863c7e55f784686b8254f22b9bc44b5d4e0c8e commit 38863c7e55f784686b8254f22b9bc44b5d4e0c8e Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2026-01-09 16:25:52 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2026-03-05 14:43:17 +0000 i386: Fix kernel compilation after introduction of ASMC_DEBUG option Fixes: f224591746bd ("Add ASMC_DEBUG make option") Sponsored by: The FreeBSD Foundation (cherry picked from commit fde9fe18219f6e987279a9d042345e7c6fc170d1) --- sys/conf/options.i386 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index c577568c837f..62bf3baf8649 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -112,3 +112,6 @@ MPTABLE_LINUX_BUG_COMPAT # x86 specific uart options UART_NS8250_EARLY_PORT opt_uart.h + +# Enable asmc(4)-specific debug logic. +ASMC_DEBUG opt_asmc.hhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a996b2.245e9.ae7b668>
