PERFORCE change 145789 for review

Ed Schouten ed at FreeBSD.org
Thu Jul 24 10:58:32 UTC 2008


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

Change 145789 by ed at ed_dull on 2008/07/24 10:58:23

	It looks like I didn't axe the old cv_timedwait() call in the
	previous commit.

Affected files ...

.. //depot/projects/mpsafetty/sys/kern/tty.c#6 edit

Differences ...

==== //depot/projects/mpsafetty/sys/kern/tty.c#6 (text+ko) ====

@@ -1202,7 +1202,6 @@
 
 	tty_lock_assert(tp, MA_OWNED|MA_NOTRECURSED);
 
-	error = cv_timedwait_sig(cv, tp->t_mtx, hz);
 	if (tp->t_mtx == &Giant) {
 		/*
 		 * XXX: condvar(9) doesn't allow Giant to be passed as


More information about the p4-projects mailing list