git: 0ec732913fce - main - Bump __FreeBSD_version and provide P_OSREL_TLSBASE for amd64 set_tlsbase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 May 2025 11:11:41 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0ec732913fceb9aae2d56c2dd667203711b76550 commit 0ec732913fceb9aae2d56c2dd667203711b76550 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-05-22 04:25:05 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-05-28 11:11:23 +0000 Bump __FreeBSD_version and provide P_OSREL_TLSBASE for amd64 set_tlsbase Reviewed by: olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D50482 --- 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 6ce6903826d3..0a08d4740593 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500043 +#define __FreeBSD_version 1500044 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, @@ -106,6 +106,7 @@ #define P_OSREL_POWERPC_NEW_AUX_ARGS 1300070 #define P_OSREL_TIDPID 1400079 #define P_OSREL_ARM64_SPSR 1400084 +#define P_OSREL_TLSBASE 1500044 #define P_OSREL_MAJOR(x) ((x) / 100000) #endif