Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 10:58:31 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145789 for review
Message-ID:  <200807241058.m6OAwVL7030244@repoman.freebsd.org>

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

Change 145789 by ed@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



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