git: kernel - Fix i386 pmap bug
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Oct 11 14:41:52 PDT 2012
commit 4bb41982a6628b79779643d0c83f2732c439aaf8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Oct 11 14:34:09 2012 -0700
kernel - Fix i386 pmap bug
* mpte will be NULL for KVM page table pages, there is no need to track
the wire count. Conditionalize-out the unwiring call.
* This is believed to be (this time for sure to the third power!) the
PG_BUSY crash that vsrinivas was getting on i386 related to paging
in a swapped kernel pipe buffer.
Summary of changes:
sys/platform/pc32/i386/pmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bb41982a6628b79779643d0c83f2732c439aaf8
--
DragonFly BSD source repository
More information about the Commits
mailing list