Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 21:09:33 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100234 for review
Message-ID:  <200606282109.k5SL9X6J060197@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100234

Change 100234 by kmacy@kmacy_storage:sun4v_work_sleepq on 2006/06/28 21:08:43

	doesn't really help but is a missed dependency

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sys/_lock.h#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sys/_lock.h#5 (text+ko) ====

@@ -56,6 +56,7 @@
 	const	char *lo_name;		/* Individual lock name. */
 	const	char *lo_type;		/* General lock type. */
 	u_int	lo_flags;
+	u_int   lo_id;                 /* unique instance id */
 #ifdef MUTEX_PROFILING
 	struct  lock_profile_object lo_profile_obj;
 #endif



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