Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2009 00:34:34 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_fault.c vm_map.c
Message-ID:  <200904190034.n3J0YdlJ015304@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-04-19 00:34:34 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c vm_map.c 
  Log:
  SVN rev 191256 on 2009-04-19 00:34:34Z by alc
  
  Allow valid pages to be mapped for read access when they have a non-zero
  busy count.  Only mappings that allow write access should be prevented by
  a non-zero busy count.
  
  (The prohibition on mapping pages for read access when they have a non-
  zero busy count originated in revision 1.202 of i386/i386/pmap.c when
  this code was a part of the pmap.)
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.248     +0 -1      src/sys/vm/vm_fault.c
  1.413     +1 -2      src/sys/vm/vm_map.c



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