From owner-cvs-src@FreeBSD.ORG Thu Apr 19 05:39:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6944F16A403; Thu, 19 Apr 2007 05:39:55 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 43AB213C45D; Thu, 19 Apr 2007 05:39:55 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3J5dsw1002242; Thu, 19 Apr 2007 05:39:55 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3J5dsTE002241; Thu, 19 Apr 2007 05:39:54 GMT (envelope-from alc) Message-Id: <200704190539.l3J5dsTE002241@repoman.freebsd.org> From: Alan Cox Date: Thu, 19 Apr 2007 05:39:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 05:39:55 -0000 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