git: 19b642b5dc2f - stable/15 - sys: Bump 32-bit kernel removal to 16.0

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 15 Dec 2025 14:43:54 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=19b642b5dc2f000de4e3e55d9da94398ecb0aca3

commit 19b642b5dc2f000de4e3e55d9da94398ecb0aca3
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 18:28:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-12-15 14:43:04 +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
    
    (cherry picked from commit 7b28d549427bd85ecfae24d09da6eacb26c15822)
---
 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,