Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2009 07:58:56 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips pmap.c
Message-ID:  <200905230759.n4N7x69i089352@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-05-23 07:58:56 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 192628 on 2009-05-23 07:58:56Z by alc
  
  Preset the modified bit in the PTE when pmap_enter() is called during a
  write fault or while wiring a mapping that must support write access.
  
  In general, this change should reduce the number of traps that occur for
  the purpose of setting the modified bit.  More specifically, this change
  should prevent traps while holding locks in a sysctl handler.  See
  kern/kern_sysctl.c revisions 1.168 and 1.195 (svn r192160) for further
  details.
  
  Tested by: gonzo
  
  Revision  Changes    Path
  1.16      +2 -0      src/sys/mips/mips/pmap.c



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