Eliminate a stale comment.
This commit is contained in:
parent
607fc8f5ea
commit
b5170d1a7e
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user