git: DragonFly_RELEASE_3_2 kernel - Fix i386 pmap bug

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 11 14:42:24 PDT 2012


commit 087baa6f76d0bd337d465138e5d723870d8b5f63
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/087baa6f76d0bd337d465138e5d723870d8b5f63


-- 
DragonFly BSD source repository



More information about the Commits mailing list