svn commit: r247089 - head/sys/dev/si

Warner Losh imp at FreeBSD.org
Thu Feb 21 07:19:50 UTC 2013


Author: imp
Date: Thu Feb 21 07:19:50 2013
New Revision: 247089
URL: http://svnweb.freebsd.org/changeset/base/247089

Log:
  Remove incorrect comment about splsoftclock.

Modified:
  head/sys/dev/si/si.c

Modified: head/sys/dev/si/si.c
==============================================================================
--- head/sys/dev/si/si.c	Thu Feb 21 07:16:40 2013	(r247088)
+++ head/sys/dev/si/si.c	Thu Feb 21 07:19:50 2013	(r247089)
@@ -1446,7 +1446,6 @@ si_start(struct tty *tp)
 
 #if 0
 /*
- * Note: called at splsoftclock from the timeout code
  * This has to deal with two things...  cause wakeups while waiting for
  * tty drains on last process exit, and call l_start at about the right
  * time for protocols like ppp.


More information about the svn-src-all mailing list