diff options
author | 2015-05-10 15:56:28 +0000 | |
---|---|---|
committer | 2015-05-10 15:56:28 +0000 | |
commit | 391e966aa8bdbb729ab47963267e0ac75c075865 (patch) | |
tree | ea5bcd51d03c438cdffd9d7ba1ff3616b029d517 /lib/libc | |
parent | My commit adding RTL8188EU did introduce a regression after all. (diff) | |
download | wireguard-openbsd-391e966aa8bdbb729ab47963267e0ac75c075865.tar.xz wireguard-openbsd-391e966aa8bdbb729ab47963267e0ac75c075865.zip |
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
addressable virtual memory space but arm ports were using a value of
0xffffffff for this.
Instead of using a shared VM_MAX_KERNEL_ADDRESS define add md
VM_KERNEL_SPACE_SIZE defines based on the KERNEL_VM_SIZE values
from the respective machdep.c files.
djm's novena was hitting "panic: bufinit: can't reserve VM for buffers"
without a similiar change.
ok miod@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions