cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Alan Cox
alc at FreeBSD.org
Thu Aug 11 02:22:56 GMT 2005
alc 2005-08-11 02:22:55 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/i386/i386 pmap.c
Log:
Decouple the unrefing of a page table page from the removal of a pv entry.
In other words, change pmap_remove_entry() such that it no longer unrefs
the page table page. Now, it only removes the pv entry.
Reviewed by: tegge
Revision Changes Path
1.518 +16 -25 src/sys/amd64/amd64/pmap.c
1.526 +14 -23 src/sys/i386/i386/pmap.c
More information about the cvs-src
mailing list