Date: Fri, 18 Jul 2008 22:05:51 +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: <200807182206.m6IM6Z4m062536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807182206.m6IM6Z4m062536>