git: ea3061526e9c - main - Bump __FreeBSD_version for changing spsr on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Mar 2023 19:02:50 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=ea3061526e9ce5d3b65932c1d3e4437abd556d65
commit ea3061526e9ce5d3b65932c1d3e4437abd556d65
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-03-22 11:59:36 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2023-03-23 18:56:26 +0000
Bump __FreeBSD_version for changing spsr on arm64
This changed a few structures, bump __FreeBSD_version for kgdb and
userspace consumers.
Sponsored by: Arm Ltd
---
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 d3bdca7c42e7..cf8755f2ac99 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 1400083
+#define __FreeBSD_version 1400084
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,