alc 2005-08-19 07:25:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Correct a performance bug in revision 1.462. The effect of the bug is to execute the outer loop in procedures such as pmap_protect() many more times than necessary. Reviewed by: tegge Revision Changes Path 1.522 +7 -14 src/sys/amd64/amd64/pmap.c