kernel - Fix swap issue, implement dynamic pmap PT/PD/PDP deletion (3)
* More pmap fixes. Fix a bug introduced by the original commit that
could still create managed PT/PD/PDP page tables in kernel_pmap when
doing a wiring change.
* Assert that we never create managed PT/PD/PDP page tables in kernel_pmap.
Managed PTEs can still be created (e.g. for pageable kernel memory).
* Add sysctl pmap_dynamic_delete, which defaults to enabled. This sysctl
can be set to 0 to disable dynamic deletion of PT/PD/PDP pages in user
pmaps.