DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.675.g4a4ea6 master sys/platform/pc64/amd64 pmap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 Jul 2009 20:15:23 -0700 (PDT)

commit 4a4ea614fca889320a3fd56dc561bb45c5f6a2a9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Jul 7 20:13:31 2009 -0700

    AMD64 - Fix bug in pmap_release_free_page()
    
    The pmap_release_free_page() function was improperly conditionalizing
    a test for (pindex == NUPDE + NUPDPE + PML4PML4I) which caused it to
    fall through to an else clause, instead of doing nothing.  Make it
    do nothing.
    
    This fixes a hold count panic.

Summary of changes:
 sys/platform/pc64/amd64/pmap.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a4ea614fca889320a3fd56dc561bb45c5f6a2a9


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]