]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct an error in pmap_align_superpage(). Specifically, correctly
authorAlan Cox <alc@FreeBSD.org>
Sun, 11 May 2008 20:33:47 +0000 (20:33 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 11 May 2008 20:33:47 +0000 (20:33 +0000)
commitef4d480cedcf362c8b4dfd5934c15ae3836e65de
treed6293ecdd385d3aeb6c72af7cb8b07fd19d3234b
parent1ff2ab846d9d95806652b76b83aac80ca2e2366a
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.
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c