cvs commit: src/sys/arm/arm pmap.c

Olivier Houchard cognet at FreeBSD.org
Thu May 26 08:01:27 PDT 2005


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


More information about the cvs-src mailing list