Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 15:01:13 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm pmap.c
Message-ID:  <200505261501.j4QF1DhF088976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505261501.j4QF1DhF088976>