cognet 2005-05-26 15:01:13 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, and it leads to funny things, such as pmap_remove_all() marking the page as dirty. Revision Changes Path 1.30 +1 -2 src/sys/arm/arm/pmap.c