Author: nwhitehorn
Date: Sat Jun 5 18:24:41 2010
New Revision: 208847
URL: http://svn.freebsd.org/changeset/base/208847
Log:
Correct a harmless typo introduced when copying code from mmu_oea64.
Submitted by: alc
MFC after: 8.1-RELEASE
Modified:
head/sys/powerpc/aim/mmu_oea.c
Modified: head/sys/powerpc/aim/mmu_oea.c
==============================================================================
--- head/sys/powerpc/aim/mmu_oea.c Sat Jun 5 18:20:09 2010
(r208846)
+++ head/sys/powerpc/aim/mmu_oea.c Sat Jun 5 18:24:41 2010
(r208847)
@@ -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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"