DragonFly commits List (threaded) for 2013-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix vm.shared_fault for vkernels and 32-bit
commit b3371fc101500242b133de85a1c4d10f67f53655
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]