]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pmap_clear_ptes() is already convoluted. This will worsen with the
authorAlan Cox <alc@FreeBSD.org>
Wed, 5 Jul 2006 07:04:31 +0000 (07:04 +0000)
committerAlan Cox <alc@FreeBSD.org>
Wed, 5 Jul 2006 07:04:31 +0000 (07:04 +0000)
commit7eb8cd27f86beea78892dfe252bd6d86639b0cac
treea54207f9eacd237f95123bb7384992fc6fe289c3
parent9366bb574f7965531b0431bf6c420b49a3840c4d
pmap_clear_ptes() is already convoluted.  This will worsen with the
implementation of superpages.  Eliminate it and add pmap_clear_write().

There are no functional changes.  Checked by: md5
sys/amd64/amd64/pmap.c