git: 6275cd73aca7 - main - sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Mar 2026 22:49:54 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6275cd73aca7f31cbb3b9da2d031f6664814d58c
commit 6275cd73aca7f31cbb3b9da2d031f6664814d58c
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-03-19 16:03:14 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-03-20 22:48:30 +0000
sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size change
Requested by: jhb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
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 7547409a16c7..91b4657e717f 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 1600013
+#define __FreeBSD_version 1600014
/*
* __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