cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Alan Cox
alc at FreeBSD.org
Fri Jul 18 22:06:35 UTC 2008
alc 2008-07-18 22:05:51 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/i386/i386 pmap.c
Log:
SVN rev 180601 on 2008-07-18 22:05:51Z by alc
Correct an error in pmap_change_attr()'s initial loop that verifies that the
given range of addresses are mapped. Previously, the loop was testing the
same address every time.
Submitted by: Magesh Dhasayyan
Revision Changes Path
1.634 +1 -1 src/sys/amd64/amd64/pmap.c
1.623 +1 -1 src/sys/i386/i386/pmap.c
More information about the cvs-src
mailing list