cvs commit: src/sys/kern kern_exec.c

Alan Cox alc at FreeBSD.org
Mon Dec 5 23:39:37 PST 2005


alc         2005-12-06 07:39:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  Reduce the scope of the page queues lock in exec_map_first_page().  The vm
  object lock is sufficient for reading a page's PG_BUSY and busy flags.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.285     +2 -4      src/sys/kern/kern_exec.c


More information about the cvs-all mailing list