vkernel - Sync to recent API changes (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Nov 2017 18:43:37 +0000 (10:43 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Nov 2017 18:43:37 +0000 (10:43 -0800)
commitfd8b44bd22c38e7de5237b2c05b30781e53492b6
tree4e42d4834def0facf52f9f061d3e16b21aafd0ae
parenta94cabeb8b373dc2581995c9261028afae1c120f
vkernel - Sync to recent API changes (2)

* Refactor uservtophys() to use vm_fault_page().  The pmap
  lookup isn't going to work coupled with the fuword style
  test because the vkernel's copyin/copyout/fuword/etc code
  doesn't fault the underlying page into the pmap.
sys/platform/vkernel64/platform/pmap.c