Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 10:52:21 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26084 for review
Message-ID:  <200302281852.h1SIqL29079268@repoman.freebsd.org>

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

Change 26084 by jhb@jhb_laptop on 2003/02/28 10:52:15

	RIP: LI_SLEPT.

Affected files ...

.. //depot/projects/smpng/sys/sys/lock.h#25 edit

Differences ...

==== //depot/projects/smpng/sys/sys/lock.h#25 (text+ko) ====

@@ -68,8 +68,7 @@
 #define	LO_DUPOK	0x00400000	/* Don't check for duplicate acquires */
 
 #define	LI_RECURSEMASK	0x0000ffff	/* Recursion depth of lock instance. */
-#define	LI_SLEPT	0x00010000	/* Lock instance has been slept with. */
-#define	LI_EXCLUSIVE	0x00020000	/* Exclusive lock instance. */
+#define	LI_EXCLUSIVE	0x00010000	/* Exclusive lock instance. */
 
 /*
  * Option flags passed to lock operations that witness also needs to know

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?200302281852.h1SIqL29079268>