git: a1740cb93639 - main - sys: Bump __FreeBSD_version to mark stack swapout removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 01:50:06 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=a1740cb93639648b41055958ad8c7f6083efdc96 commit a1740cb93639648b41055958ad8c7f6083efdc96 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-07-29 01:43:06 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-07-29 01:43:59 +0000 sys: Bump __FreeBSD_version to mark stack swapout removal This is meant to cover the corresponding changes to various proc/thread flags and sleepqueue/scheduler KPIs. --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 1ec875a0046e..7461f7dec403 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 1500021 +#define __FreeBSD_version 1500022 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,