The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=792b602a337ddc5efaa5e5326d9433fe3da7f303
commit 792b602a337ddc5efaa5e5326d9433fe3da7f303 Author: Hans Petter Selasky <[email protected]> AuthorDate: 2021-07-31 13:40:35 +0000 Commit: Hans Petter Selasky <[email protected]> CommitDate: 2021-07-31 13:40:57 +0000 Bump the FreeBSD version after making FPU sections thread-safe in the LinuxKPI. Differential Revision: https://reviews.freebsd.org/D29921 MFC after: 1 week Sponsored by: NVIDIA Networking --- 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 11d89ea08bba..de7607e6f90d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400027 +#define __FreeBSD_version 1400028 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
