Date: Sun, 17 Aug 2003 18:31:43 -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/vm vm_glue.c Message-ID: <200308180131.h7I1VhsL036434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/08/17 18:31:43 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: Three unrelated changes to vm_proc_new(): (1) add vm object locking on the U pages object; (2) reorganize such that the U pages object is created and filled in one block; and (3) remove an unnecessary clearing of PG_ZERO. Revision Changes Path 1.184 +7 -10 src/sys/vm/vm_glue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308180131.h7I1VhsL036434>