git: vkernel64 - Add missing bits from later kernel work in the main tree

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 24 13:30:13 PDT 2010


commit 73e2418107dd10274464a3938a87997e827fe29d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Mar 23 15:27:40 2010 -0700

    vkernel64 - Add missing bits from later kernel work in the main tree
    
    * Add missing virtual kernel intercept in 64-bit real kernel trap.c code.
    
    * Add td_ucred caching to userenter() in vkernel64 trap.c code.
    
    * Set PG_RW, PG_U, PG_V in pcb_cr3.  It is unclear whether these
      are necessary.
    
    * Remove debugging.

Summary of changes:
 sys/platform/pc64/x86_64/pmap.c           |    1 +
 sys/platform/pc64/x86_64/trap.c           |   10 ++++++++++
 sys/platform/vkernel64/x86_64/exception.c |    2 +-
 sys/platform/vkernel64/x86_64/trap.c      |   29 ++++++++++++++++++++++-------
 4 files changed, 34 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/73e2418107dd10274464a3938a87997e827fe29d


-- 
DragonFly BSD source repository





More information about the Commits mailing list