Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 15:17:26 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26452 for review
Message-ID:  <200303062317.h26NHQ9x068232@repoman.freebsd.org>

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

Change 26452 by jhb@jhb_laptop on 2003/03/06 15:16:53

	Split off sleepable locks from non-sleepable locks in the order
	list.  I really need to make LO_SLEEPABLE go away though and just
	assume LO_SLEEPABLE for all locks whose class has LC_SLEEPABLE
	set for this to really work.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_witness.c#83 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_witness.c#83 (text+ko) ====

@@ -242,6 +242,7 @@
 static struct witness_order_list_entry order_lists[] = {
 	{ "proctree", &lock_class_sx },
 	{ "allproc", &lock_class_sx },
+	{ NULL, NULL },
 	{ "Giant", &lock_class_mtx_sleep },
 	{ "filedesc structure", &lock_class_mtx_sleep },
 	{ "pipe mutex", &lock_class_mtx_sleep },

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?200303062317.h26NHQ9x068232>