Eliminate a stale comment.

This commit is contained in:
alc 2010-05-31 06:06:10 +00:00
parent 607fc8f5ea
commit b5170d1a7e
5 changed files with 0 additions and 20 deletions

View File

@ -3187,10 +3187,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
if (mpte)
mpte->wire_count--;
/*
* We might be turning off write access to the page,
* so we go ahead and sense modify status.
*/
if (origpte & PG_MANAGED) {
om = m;
pa |= PG_MANAGED;

View File

@ -3323,10 +3323,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
if (mpte)
mpte->wire_count--;
/*
* We might be turning off write access to the page,
* so we go ahead and sense modify status.
*/
if (origpte & PG_MANAGED) {
om = m;
pa |= PG_MANAGED;

View File

@ -2737,10 +2737,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
if (mpte)
mpte->wire_count--;
/*
* We might be turning off write access to the page,
* so we go ahead and sense modify status.
*/
if (origpte & PG_MANAGED) {
om = m;
pa |= PG_MANAGED;

View File

@ -1801,10 +1801,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
if (mpte)
mpte->wire_count--;
/*
* We might be turning off write access to the page, so we
* go ahead and sense modify status.
*/
if (page_is_managed(opa)) {
om = m;
}

View File

@ -1133,10 +1133,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
else if (!wired && (otte_data & VTD_WIRED))
pmap->pm_stats.wired_count--;
/*
* We might be turning off write access to the page,
* so we go ahead and sense modify status.
*/
if (otte_data & VTD_MANAGED) {
om = m;
tte_data |= VTD_MANAGED;