From owner-cvs-all Wed Nov 29 10:32:53 2000 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 3FCC337B400; Wed, 29 Nov 2000 10:32:51 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATIWp618640; Wed, 29 Nov 2000 10:32:51 -0800 (PST) (envelope-from jhb) Message-Id: <200011291832.eATIWp618640@freefall.freebsd.org> From: John Baldwin Date: Wed, 29 Nov 2000 10:32:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/29 10:32:51 PST Modified files: sys/kern kern_synch.c Log: Don't drop Giant and the passed in mutex incorrectly in the cold || panicstr case. Do drop the passed in mutex in that case if PDROP is specified. Revision Changes Path 1.112 +13 -11 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message