kernel - Fix swap issue, implement dynamic pmap PT/PD/PDP deletion (2)
commit8e9ad8f9412332fda2046c831c9ffcdf20f39544
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Jan 2017 20:48:49 +0000 (6 12:48 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Jan 2017 21:23:04 +0000 (6 13:23 -0800)
tree0a7f6f2c21eca4a9a67da3d60cbc795f2cc2a76e
parent3a3b0c3a894d9cc7675e5649f485dd7314ad02a6
kernel - Fix swap issue, implement dynamic pmap PT/PD/PDP deletion (2)

* Fix bug in the PT/PD/PDP code.  pmap_allocpte() was improperly trying
  to create managed entities for higher-level kernel page tables, which
  implodes the kernel.  The kernel manages these entities itself.
sys/platform/pc64/x86_64/pmap.c