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

看板DFBSD_commit作者時間16年前 (2010/03/25 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BgdsKiK (DFBSD_commit)