From owner-cvs-all Wed Nov 29 10:37: 3 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 3810337B400; Wed, 29 Nov 2000 10:37:02 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATIb2Z19719; Wed, 29 Nov 2000 10:37:02 -0800 (PST) (envelope-from jhb) Message-Id: <200011291837.eATIb2Z19719@freefall.freebsd.org> From: John Baldwin Date: Wed, 29 Nov 2000 10:37:02 -0800 (PST) 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 X-Loop: FreeBSD.ORG jhb 2000/11/29 10:37:02 PST Modified files: sys/kern kern_mutex.c Log: Save the line number and filename of the last mtx_enter operation for spin locks. We already do this for sleep locks. Revision Changes Path 1.21 +9 -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