kernel - Remove numerous user VM page functions
commita36803d2be0f28983b18ec5db90afc7a0f38e9e2
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 27 Jan 2017 23:05:11 +0000 (27 15:05 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 27 Jan 2017 23:29:31 +0000 (27 15:29 -0800)
treeac2efd1a78168b3f68cf864cab59bda932554d6e
parent43931787139039c56544c76586cc4fb8c6dee938
kernel - Remove numerous user VM page functions

* Remove vmapbuf() and vunmapbuf(), they are unsafe.

* Remove xio_init_ubuf() - It is not used and is unsafe.

* Remove vm_fault_quick_hold_pages() - It is not used as is unsafe.
sys/kern/kern_umtx.c
sys/kern/kern_xio.c
sys/kern/vfs_bio.c
sys/platform/pc64/vmm/vmm_utils.c
sys/platform/pc64/x86_64/pmap.c
sys/platform/vkernel64/platform/pmap.c
sys/sys/buf.h
sys/sys/xio.h
sys/vm/vm_extern.h
sys/vm/vm_fault.c