From owner-cvs-all Tue Jul 31 10:45:56 2001 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 926CF37B401; Tue, 31 Jul 2001 10:45:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VHjor89444; Tue, 31 Jul 2001 10:45:50 -0700 (PDT) (envelope-from jhb) Message-Id: <200107311745.f6VHjor89444@freefall.freebsd.org> From: John Baldwin Date: Tue, 31 Jul 2001 10:45:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.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 2001/07/31 10:45:50 PDT Modified files: sys/kern kern_mutex.c Log: If we have already panic'd then don't bother enforcing mutex asserts as things are pretty much shot already and all panic'ing does is hurt our chances of getting a dump. Inspired by: sheldonh Revision Changes Path 1.65 +4 -1 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message