Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2009 22:05:14 +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:  <200905232205.n4NM5Wod018316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-05-23 22:05:14 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 192671 on 2009-05-23 22:05:14Z by alc
  
  pmap_enter() *must* set PG_WRITEABLE on the given page if it creates a
  mapping that permits write access.  Otherwise, pmap_remove_write() will not
  remove write access from any of the page's mappings.
  
  Revision  Changes    Path
  1.19      +1 -0      src/sys/mips/mips/pmap.c



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