git: kernel - Fix vm.shared_fault for vkernels and 32-bit
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 25 18:32:45 PST 2013
commit b3371fc101500242b133de85a1c4d10f67f53655
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Feb 25 18:31:26 2013 -0800
kernel - Fix vm.shared_fault for vkernels and 32-bit
* The pmap code needed the same changes as were made to the 64-bit
pmap code to avoid a live lock.
Reported-by: davshao, tuxillo
Summary of changes:
sys/platform/pc32/i386/pmap.c | 2 +-
sys/platform/vkernel/platform/pmap.c | 2 +-
sys/platform/vkernel64/platform/pmap.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3371fc101500242b133de85a1c4d10f67f53655
--
DragonFly BSD source repository
More information about the Commits
mailing list