Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 09:16:51 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26686 for review
Message-ID:  <200303111716.h2BHGp9n058873@repoman.freebsd.org>

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

Change 26686 by jhb@jhb_laptop on 2003/03/11 09:16:21

	Bah, more debugging.  I get farther now, panic on line 244 due to
	broadcast count not being zero for some reason.  Very confusing.

Affected files ...

.. //depot/projects/smpng/sys/modules/evtest/evtest.c#10 edit

Differences ...

==== //depot/projects/smpng/sys/modules/evtest/evtest.c#10 (text+ko) ====

@@ -266,6 +266,8 @@
 				kthread_exit(0);
 				break;
 			case 0:
+				printf("%s: thread %d doing nothing\n",
+				    __func__, evtest_lookupthread());
 				break;
 			case 2:
 				EVENTHANDLER_INVOKE(evtest);

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?200303111716.h2BHGp9n058873>