git: 7b28d549427b - main - sys: Bump 32-bit kernel removal to 16.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Oct 2025 19:29:23 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=7b28d549427bd85ecfae24d09da6eacb26c15822
commit 7b28d549427bd85ecfae24d09da6eacb26c15822
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 18:28:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-24 19:29:10 +0000
sys: Bump 32-bit kernel removal to 16.0
We are shipping at least one 32-bit kernel in FreeBSD 15.0 (i.e.,
armv7).
Sponsored by: The FreeBSD Foundation
---
sys/kern/init_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 87ffdb8dbf07..6612ac685936 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -384,7 +384,7 @@ C_SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_FIFTH,
#if __SIZEOF_LONG__ == 4
static const char ilp32_warn[] =
- "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 15.0.\n";
+ "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 16.0.\n";
C_SYSINIT(ilp32warn, SI_SUB_COPYRIGHT, SI_ORDER_FIFTH,
print_caddr_t, ilp32_warn);
C_SYSINIT(ilp32warn2, SI_SUB_LAST, SI_ORDER_FIFTH,