Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit.
authorbluhm <bluhm@openbsd.org>
Thu, 29 Apr 2021 15:34:22 +0000 (15:34 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 29 Apr 2021 15:34:22 +0000 (15:34 +0000)
commit45a69b092c959ec815740e67960f097f4b27b5e9
tree1ce592e56f07489fbdea591f6e405ffe94e2645b
parentb244cfac6cdd3590db2ebec487ede588c53dbb8e
Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit.
The chunk with mapping for pm_pdir_intel causes crashes for sthen@
and bluhm@.  i386 pagedaemon panic: kernel diagnostic assertion
"pg->wire_count == 0" failed: file "/usr/src/sys/uvm/uvm_page.c",
line 1265
One of my 8 CPU 3 GB RAM machines can reproduce it when building
clang with make -j 9.  This commit hides the underlying bug.
OK mpi@
sys/arch/i386/i386/pmapae.c