Date: Thu, 11 Jul 2002 21:38:51 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c Message-ID: <200207120438.g6C4cpFW008310@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/07/11 21:38:51 PDT Modified files: sys/vm vm_glue.c Log: Avoid a vm_page_lookup() - that uses a spinlock protected hash. We can just use the object's memq for our nefarious purposes. Revision Changes Path 1.143 +5 -2 src/sys/vm/vm_glue.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?200207120438.g6C4cpFW008310>