Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2004 13:24:16 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 57627 for review
Message-ID:  <200407181324.i6IDOGq5089990@repoman.freebsd.org>

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

Change 57627 by davidxu@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);



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