Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2005 22:00:47 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Message-ID:  <200508072200.j77M0lDJ046880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-08-07 22:00:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  When support for 2MB/4MB pages was added in revision 1.148 an error was
  made in pmap_protect(): The pmap's resident count should not be reduced
  unless mappings are removed.
  
  The errant change to the pmap's resident count could result in a later
  pmap_remove() failing to remove any mappings if the errant change has set
  the pmap's resident count to zero.
  
  Revision  Changes    Path
  1.517     +0 -1      src/sys/amd64/amd64/pmap.c
  1.525     +0 -1      src/sys/i386/i386/pmap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508072200.j77M0lDJ046880>