Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2004 20:22:16 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65362 for review
Message-ID:  <200411172022.iAHKMG3n089795@repoman.freebsd.org>

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

Change 65362 by jhb@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)



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