From owner-cvs-all Sun Jan 21 14:35: 2 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 BB4EC37B402; Sun, 21 Jan 2001 14:34:43 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMYh716794; Sun, 21 Jan 2001 14:34:43 -0800 (PST) (envelope-from jasone) Message-Id: <200101212234.f0LMYh716794@freefall.freebsd.org> From: Jason Evans Date: Sun, 21 Jan 2001 14:34:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/include mutex.h src/sys/kern kern_mutex.c src/sys/net if.c src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/21 14:34:43 PST Modified files: sys/alpha/include mutex.h sys/i386/include mutex.h sys/kern kern_mutex.c sys/net if.c sys/sys mutex.h Log: Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex inline functions non-inlined. Hide parts of the mutex implementation that should not be exposed. Make sure that WITNESS code is not executed during boot until the mutexes are fully initialized by SI_SUB_MUTEX (the original motivation for this commit). Submitted by: peter Revision Changes Path 1.17 +7 -1 src/sys/alpha/include/mutex.h 1.26 +7 -1 src/sys/i386/include/mutex.h 1.36 +389 -76 src/sys/kern/kern_mutex.c 1.97 +3 -2 src/sys/net/if.c 1.20 +34 -369 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message