Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2005 21:06:18 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87978 for review
Message-ID:  <200512092106.jB9L6ItB042597@repoman.freebsd.org>

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

Change 87978 by jhb@jhb_slimer on 2005/12/09 21:05:24

	Tweak.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_sx.c#28 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_sx.c#28 (text+ko) ====

@@ -390,7 +390,7 @@
 
 	sx = (struct sx *)lock;
 
-	db_printf(" locked: ");
+	db_printf(" state: ");
 	if (sx->sx_cnt < 0) {
 		td = sx->sx_xholder;
 		db_printf(" XLOCK: %p (tid %d, pid %d, \"%s\")\n", td,



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