PERFORCE change 104083 for review

John Baldwin jhb at FreeBSD.org
Tue Aug 15 18:17:15 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104083

Change 104083 by jhb at jhb_mutex on 2006/08/15 18:16:58

	We know td != NULL.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_mutex.c#135 edit

Differences ...

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

@@ -642,8 +642,7 @@
 					continue;
 				printf(
 			"spin lock %p (%s) held by %p (tid %d) too long\n",
-				    m, m->mtx_object.lo_name, td,
-				    td ? td->td_tid : -1);
+				    m, m->mtx_object.lo_name, td, td->td_tid);
 #ifdef WITNESS
 				witness_display_spinlock(&m->mtx_object, td);
 #endif


More information about the p4-projects mailing list