kernel - VM rework part 5 - Cleanup
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 10 May 2019 18:37:00 +0000 (11:37 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 12 May 2019 04:07:39 +0000 (21:07 -0700)
commit8492a2fe35953d0750be8475aaee5ef21485860c
tree6e67453a7151dc368cb780f530211d51dae5cd7f
parent747e2961e929a839fd1f570e8b2c2fce73f0fe5c
kernel - VM rework part 5 - Cleanup

* Cleanup vm_map_entry_shadow()

* Remove (unused) vmspace_president_count()
  Remove (barely used) struct lwkt_token typedef.

* Cleanup the vm_map_aux, vm_map_entry, vm_map, and vm_object
  structures

* Adjfustments to in-code documentation
sys/kern/kern_kinfo.c
sys/kern/sysv_shm.c
sys/sys/mpipe.h
sys/sys/thread.h
sys/vfs/nfs/nfs_node.c
sys/vm/vm_map.c
sys/vm/vm_map.h
sys/vm/vm_object.h
sys/vm/vm_page.h
sys/vm/vm_pageout.c