sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size change
Requested by: jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
+2
-1
@@ -74,7 +74,7 @@
|
||||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1600013
|
||||
#define __FreeBSD_version 1600014
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
@@ -109,6 +109,7 @@
|
||||
#define P_OSREL_ARM64_SPSR 1400084
|
||||
#define P_OSREL_TLSBASE 1500044
|
||||
#define P_OSREL_EXTERRCTL 1500045
|
||||
#define P_OSREL_AMD64_TF_FRED 1600014
|
||||
|
||||
#define P_OSREL_MAJOR(x) ((x) / 100000)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user