Correct a harmless typo introduced when copying code from mmu_oea64.

Submitted by:	alc
MFC after:	8.1-RELEASE
This commit is contained in:
nwhitehorn 2010-06-05 18:24:41 +00:00
parent b11ca4bc20
commit b9519d7a44

View File

@ -1786,7 +1786,7 @@ moea_remove_all(mmu_t mmu, vm_page_t m)
PMAP_UNLOCK(pmap);
}
if ((m->flags & PG_WRITEABLE) && moea_is_modified(mmu, m)) {
moea_attr_clear(m, LPTE_CHG);
moea_attr_clear(m, PTE_CHG);
vm_page_dirty(m);
}
vm_page_flag_clear(m, PG_WRITEABLE);