diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-09-09 21:39:06 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-09-09 21:39:06 +0000 |
| commit | 60cd9c95c5f8312a2355b71e915d34e7846e7141 (patch) | |
| tree | c92c20db2aa441736081b8344fcc63088b99d360 /sys/vm | |
| parent | fceae0fd3cfda30b8d3c26a44bb2391921777429 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index e68f7d315959..da8f06dedbd3 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -1913,8 +1913,6 @@ SYSCTL_LONG(_vm, OID_AUTO, aslr_restarts, CTLFLAG_RD, &aslr_restarts, 0, "Number of aslr failures"); -#define MAP_32BIT_MAX_ADDR ((vm_offset_t)1 << 31) - /* * Searches for the specified amount of free space in the given map with the * specified alignment. Performs an address-ordered, first-fit search from |
