DragonFly commits List (threaded) for 2012-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Implement segment pmap optimizations for x86-64 (4)
commit eb010d6e868d690bf48ae26fcea1e1a7bddcf642
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]