cvs commit: src/sys/vm vm_fault.c vm_map.c

Alan Cox alc at FreeBSD.org
Wed Feb 4 22:33:20 PST 2004


alc         2004/02/04 22:33:18 PST

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c vm_map.c 
  Log:
   - Locking for the per-process resource limits structure has eliminated
     the need for Giant in vm_map_growstack().
   - Use the proc * that is passed to vm_map_growstack() rather than
     curthread->td_proc.
  
  Revision  Changes    Path
  1.184     +0 -2      src/sys/vm/vm_fault.c
  1.328     +1 -3      src/sys/vm/vm_map.c


More information about the cvs-all mailing list