kernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h (4)
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Oct 2014 20:32:36 +0000 (13:32 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Oct 2014 20:32:36 +0000 (13:32 -0700)
commitc450821c393ab07f2e2db1fd5f8dd438219ac6eb
tree05b11313178ac4ab508150bf0d50e993e10e103b
parent7d196726e283207510ac8bfa808933019388e9c3
kernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h (4)

* Properly remove pte entries for VM_MAPTYPE_UKSMAP mappings.  This maptype
  will have a NULL object.

* Fixes a vkernel panic, probably fixes a page leak in real kernels.
sys/vm/vm_map.c