DragonFly commits List (threaded) for 2010-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: vkernel64 - Add missing bits from later kernel work in the main tree
commit 73e2418107dd10274464a3938a87997e827fe29d
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]