From owner-cvs-all Sat May 4 14:49:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 698E437B405; Sat, 4 May 2002 14:49:29 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g44LnTc96894; Sat, 4 May 2002 14:49:29 -0700 (PDT) (envelope-from jeff) Message-Id: <200205042149.g44LnTc96894@freefall.freebsd.org> From: Jeff Roberson Date: Sat, 4 May 2002 14:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/05/04 14:49:29 PDT Modified files: sys/vm uma_core.c Log: Use pages instead of uz_maxpages, which has not been initialized yet, when creating the vm_object. This was broken after the code was rearranged to grab giant itself. Spotted by: alc Revision Changes Path 1.22 +2 -2 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message