From owner-cvs-all Mon Dec 11 19:48:43 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 11 19:48:41 2000 Return-Path: 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 1601737B402; Mon, 11 Dec 2000 19:48:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBC3mfk27003; Mon, 11 Dec 2000 19:48:41 -0800 (PST) (envelope-from jhb) Message-Id: <200012120348.eBC3mfk27003@freefall.freebsd.org> From: John Baldwin Date: Mon, 11 Dec 2000 19:48:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/11 19:48:40 PST Modified files: sys/sys mutex.h Log: Since _mtx_enter() and friends are static inline functions now instead of macros, the mutex KTR log entries don't actually have the useful filename and line numbers in the KTR_EXTEND case, so remove a comment claiming this and go back to one set of KTR strings. Revision Changes Path 1.15 +1 -14 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message