Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 14:03:52 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11681 for review
Message-ID:  <200205212103.g4LL3qE52477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11681

Change 11681 by jhb@jhb_laptop on 2002/05/21 14:03:44

	IFC my locking changes.

Affected files ...

... //depot/projects/smpng/sys/conf/NOTES#12 integrate
... //depot/projects/smpng/sys/conf/options#25 integrate
... //depot/projects/smpng/sys/i386/include/cpufunc.h#16 integrate
... //depot/projects/smpng/sys/kern/kern_mutex.c#30 integrate
... //depot/projects/smpng/sys/sys/mutex.h#28 integrate

Differences ...

==== //depot/projects/smpng/sys/conf/NOTES#12 (text+ko) ====

@@ -14,7 +14,7 @@
 # This file contains machine independent kernel configuration notes.  For
 # machine dependent notes, look in /sys/<arch>/conf/NOTES.
 #
-# $FreeBSD: src/sys/conf/NOTES,v 1.1032 2002/05/19 00:11:07 rwatson Exp $
+# $FreeBSD: src/sys/conf/NOTES,v 1.1033 2002/05/21 20:47:10 jhb Exp $
 #
 
 #

==== //depot/projects/smpng/sys/conf/options#25 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/sys/conf/options,v 1.317 2002/05/19 00:11:07 rwatson Exp $
+# $FreeBSD: src/sys/conf/options,v 1.318 2002/05/21 20:47:10 jhb Exp $
 #
 #        On the handling of kernel options
 #

==== //depot/projects/smpng/sys/i386/include/cpufunc.h#16 (text+ko) ====

@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/i386/include/cpufunc.h,v 1.120 2002/04/10 21:18:46 dwmalone Exp $
+ * $FreeBSD: src/sys/i386/include/cpufunc.h,v 1.121 2002/05/21 20:21:53 jhb Exp $
  */
 
 /*

==== //depot/projects/smpng/sys/kern/kern_mutex.c#30 (text+ko) ====

@@ -27,7 +27,7 @@
  *
  *	from BSDI $Id: mutex_witness.c,v 1.1.2.20 2000/04/27 03:10:27 cp Exp $
  *	and BSDI $Id: synch_machdep.c,v 2.3.2.39 2000/04/27 03:10:25 cp Exp $
- * $FreeBSD: src/sys/kern/kern_mutex.c,v 1.90 2002/04/04 20:52:27 jhb Exp $
+ * $FreeBSD: src/sys/kern/kern_mutex.c,v 1.92 2002/05/21 20:47:11 jhb Exp $
  */
 
 /*

==== //depot/projects/smpng/sys/sys/mutex.h#28 (text+ko) ====

@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  *
  *	from BSDI $Id: mutex.h,v 2.7.2.35 2000/04/27 03:10:26 cp Exp $
- * $FreeBSD: src/sys/sys/mutex.h,v 1.55 2002/04/04 20:52:27 jhb Exp $
+ * $FreeBSD: src/sys/sys/mutex.h,v 1.56 2002/05/21 20:34:28 jhb Exp $
  */
 
 #ifndef _SYS_MUTEX_H_

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205212103.g4LL3qE52477>