]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Locking for the per-process resource limits structure has eliminated
authoralc <alc@FreeBSD.org>
Thu, 5 Feb 2004 06:33:18 +0000 (06:33 +0000)
committeralc <alc@FreeBSD.org>
Thu, 5 Feb 2004 06:33:18 +0000 (06:33 +0000)
commitcabea246201abda4a7da1d0299c2f5f505e885b2
tree47ef091fd818be21efc3b36ba56353d8442dbb24
parent12c02b35e97ff2d4f5bf34a44e06193b4315e534
 - 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.
sys/vm/vm_fault.c
sys/vm/vm_map.c