git: vkernel - Sync to recent API changes (2)
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sat Nov 18 10:46:21 PST 2017
    
    
  
commit fd8b44bd22c38e7de5237b2c05b30781e53492b6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Nov 18 10:43:37 2017 -0800
    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.
Summary of changes:
 sys/platform/vkernel64/platform/pmap.c | 36 ++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fd8b44bd22c38e7de5237b2c05b30781e53492b6
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list