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
This commit is contained in:
Andrew Turner 2023-03-22 11:59:36 +00:00
parent 1c1f31a5e5
commit ea3061526e

View file

@ -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,