From owner-cvs-all Wed Jun 19 16:50: 9 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 3650C37B403; Wed, 19 Jun 2002 16:49:58 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNnwl29351; Wed, 19 Jun 2002 16:49:58 -0700 (PDT) (envelope-from jeff) Message-Id: <200206192349.g5JNnwl29351@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 19 Jun 2002 16:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.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/06/19 16:49:58 PDT Modified files: sys/vm vm_kern.c Log: - Move the computation of pflags out of the page allocation loop in kmem_malloc() - zero fill pages if PG_ZERO bit is not set after allocation in kmem_malloc() Suggested by: alc, jake Revision Changes Path 1.80 +21 -17 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message