Date: Sun, 11 Apr 2004 12:57:12 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <200404111957.i3BJvCQB076941@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/04/11 12:57:12 PDT FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Use vm_page_hold() rather than vm_page_wire() for short-duration page wiring. The reason being that vm_page_hold() is cheaper. Revision Changes Path 1.242 +2 -2 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404111957.i3BJvCQB076941>