PERFORCE change 65362 for review

John Baldwin jhb at FreeBSD.org
Wed Nov 17 12:22:17 PST 2004


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

Change 65362 by jhb at jhb_slimer on 2004/11/17 20:21:50

	Compiling considered helpful.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_intr.c#63 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_intr.c#63 (text+ko) ====

@@ -569,7 +569,7 @@
 					warned = 1;
 				}
 				tsleep(&count, td->td_priority, "istorm", 1);
-			else
+			} else
 				count++;
 
 			if (ithd->it_enable != NULL)


More information about the p4-projects mailing list