Unlock top part of the VM fault handler.
authormpi <mpi@openbsd.org>
Sun, 19 Sep 2021 10:43:26 +0000 (10:43 +0000)
committermpi <mpi@openbsd.org>
Sun, 19 Sep 2021 10:43:26 +0000 (10:43 +0000)
commitec32250877fbd2cef94427763632d18208af8be5
treeb9a0b4dfc560d9483f1b2319c2e6a634ada65ab9
parentdfa08134e20e7abe3833a133512d0c107cf98e7f
Unlock top part of the VM fault handler.

This is possible now that pmap_extract() is serialized with pmap_remove().

ok sthen@, deraadt@
sys/arch/i386/i386/trap.c