vkernel64 - Add missing bits from later kernel work in the main tree
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 23 Mar 2010 22:27:40 +0000 (15:27 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 23 Mar 2010 22:27:40 +0000 (15:27 -0700)
commit73e2418107dd10274464a3938a87997e827fe29d
treebdcdc8400b75708aee11bc94db6de4d2960ad1f5
parentb9d01986fbdeb7a68fb023795f5fe4fb4edb5321
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.
sys/platform/pc64/x86_64/pmap.c
sys/platform/pc64/x86_64/trap.c
sys/platform/vkernel64/x86_64/exception.c
sys/platform/vkernel64/x86_64/trap.c