Date: Thu, 19 Apr 2007 05:39:54 +0000 (UTC) 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_contig.c Message-ID: <200704190539.l3J5dsTE002241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-04-19 05:39:54 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Correct contigmalloc2()'s implementation of M_ZERO. Specifically, contigmalloc2() was always testing the first physical page for PG_ZERO, not the current page of interest. Submitted by: Michael Plass PR: 81301 MFC after: 1 week Revision Changes Path 1.58 +1 -1 src/sys/vm/vm_contig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704190539.l3J5dsTE002241>