PERFORCE change 57627 for review

David Xu davidxu at FreeBSD.org
Sun Jul 18 06:24:17 PDT 2004


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

Change 57627 by davidxu at davidxu_alona on 2004/07/18 13:23:56

	Kill a XXKSE which is no longer true.

Affected files ...

.. //depot/projects/davidxu_ksedbg/src/sys/kern/kern_kse.c#9 edit

Differences ...

==== //depot/projects/davidxu_ksedbg/src/sys/kern/kern_kse.c#9 (text+ko) ====

@@ -1173,11 +1173,6 @@
 	} else if (td->td_mailbox && (ku == NULL)) {
 		thread_export_context(td, 1);
 		PROC_LOCK(p);
-		/*
-		 * There are upcall threads waiting for
-		 * work to do, wake one of them up.
-		 * XXXKSE Maybe wake all of them up.
-		 */
 		if (kg->kg_upsleeps)
 			wakeup(&kg->kg_completed);
 		mtx_lock_spin(&sched_lock);


More information about the p4-projects mailing list