Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng
authorkettenis <kettenis@openbsd.org>
Thu, 13 Apr 2017 20:48:29 +0000 (20:48 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 13 Apr 2017 20:48:29 +0000 (20:48 +0000)
commit3c94e3185904d52ad037fce98486cd7b1f6cd2a6
tree84f7b0c6d7d10b6dcf41600bb788633a8cc7f5ee
parentfa826e3f7e01ed0795ae97fd2c6c675f1be3392d
Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng
out of kva in the kmem_map.  Avoids a hang when spawning a lot of processes.
sys/arch/arm64/arm64/pmap.c