Date: Sun, 11 May 2008 20:33:47 +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: <200805112033.m4BKXlQ2010044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2008-05-11 20:33:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Correct an error in pmap_align_superpage(). Specifically, correctly handle the case where the mapping is greater than a superpage in size but the alignment of the physical pages spans a superpage boundary. Revision Changes Path 1.617 +3 -2 src/sys/amd64/amd64/pmap.c 1.619 +3 -2 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805112033.m4BKXlQ2010044>