From owner-cvs-all Mon May 20 10:47:16 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 620BB37B419; Mon, 20 May 2002 10:46:57 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4KHkv940594; Mon, 20 May 2002 10:46:57 -0700 (PDT) (envelope-from jhb) Message-Id: <200205201746.g4KHkv940594@freefall.freebsd.org> From: John Baldwin Date: Mon, 20 May 2002 10:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.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 jhb 2002/05/20 10:46:57 PDT Modified files: sys/kern kern_malloc.c Log: Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO is passed in with M_WAITOK to malloc(). Revision Changes Path 1.109 +1 -3 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message