Date: Sun, 27 Jul 2008 17:32:36 +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 Message-ID: <200807271732.m6RHWtqo043358@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2008-07-27 17:32:36 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 180845 on 2008-07-27 17:32:36Z by alc Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB page mapping to 4KB page mappings when the specified attribute change only applies to a portion of the 2MB page. Previously, in such cases, pmap_change_attr() gave up and returned an error. Submitted by: Magesh Dhasayyan Revision Changes Path 1.635 +22 -9 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807271732.m6RHWtqo043358>