cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Alan Cox
alc at FreeBSD.org
Sun Aug 7 22:00:48 GMT 2005
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
More information about the cvs-src
mailing list