Date: Sun, 29 Dec 2002 16:41:33 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200212300041.gBU0fXbE018263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/12/29 16:41:33 PST Modified files: sys/vm vm_map.c Log: - Increment the vm_map's timestamp if _vm_map_trylock() succeeds. - Introduce map_sleep_mtx and use it to replace Giant in vm_map_unlock_and_wait() and vm_map_wakeup(). (Original version by: tegge.) Revision Changes Path 1.277 +11 -10 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212300041.gBU0fXbE018263>