git: kernel - Implement segment pmap optimizations for x86-64 (4)
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Sep 13 11:41:00 PDT 2012
commit eb010d6e868d690bf48ae26fcea1e1a7bddcf642
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Sep 13 11:39:11 2012 -0700
kernel - Implement segment pmap optimizations for x86-64 (4)
* Fix pmap_pte_quick() when it is called on a VM object's simple pmap.
Fixes a panic during postgres init w/ postgres/mmap. Simple pmaps
do not have PDP or PML4 pages or pv_entry's, only from PD on down.
* Do some minor API work on the pte-indexing functions.
Summary of changes:
sys/platform/pc64/x86_64/pmap.c | 48 ++++++++++++++++++++++++++-------------
1 files changed, 32 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb010d6e868d690bf48ae26fcea1e1a7bddcf642
--
DragonFly BSD source repository
More information about the Commits
mailing list