Date: Wed, 4 Feb 2004 22:33:18 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c vm_map.c Message-ID: <200402050633.i156XI3w010729@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402050633.i156XI3w010729>