diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-09-22 22:10:03 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-09-22 22:10:03 +0000 |
commit | 6bddde307e21eba297ac3f3e534b4cf3be81dfe2 (patch) | |
tree | 958b7db3a4b0d92d5dd3a6c5e0c7bf22090a2c33 | |
parent | f49fd63a6a130ae464cdc7756e6f7d0d747c82c4 (diff) |
Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes.
Sponsored by: DARPA
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index dad6af2b1e3f..f875d839d41f 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 1400069 +#define __FreeBSD_version 1400070 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |