git: bd708359f64c - stable/15 - sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Mar 2026 01:52:27 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=bd708359f64c9b0260c23682d4ecd49745d6fa33
commit bd708359f64c9b0260c23682d4ecd49745d6fa33
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-03-19 16:03:14 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-03-26 23:42:56 +0000
sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size change
(cherry picked from commit 6275cd73aca7f31cbb3b9da2d031f6664814d58c)
---
sys/sys/param.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 2ba2af796ed1..c29110945401 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500506
+#define __FreeBSD_version 1500507
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
@@ -109,6 +109,7 @@
#define P_OSREL_ARM64_SPSR 1400084
#define P_OSREL_TLSBASE 1500044
#define P_OSREL_EXTERRCTL 1500045
+#define P_OSREL_AMD64_TF_FRED 1600014
#define P_OSREL_MAJOR(x) ((x) / 100000)
#endif