cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Sun Aug 8 23:01:46 PDT 2004


alc         2004-08-09 06:01:46 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  Make two changes to vm_fault().
  1. Retain the map lock until after the calls to pmap_enter() and
     vm_fault_prefault().
  2. Remove a stale comment.  Submitted by: tegge@
  
  Revision  Changes    Path
  1.189     +6 -11     src/sys/vm/vm_fault.c


More information about the cvs-src mailing list