svn commit: r207918 - stable/8/sys/kern

Konstantin Belousov kib at FreeBSD.org
Tue May 11 13:35:36 UTC 2010


Author: kib
Date: Tue May 11 13:35:35 2010
New Revision: 207918
URL: http://svn.freebsd.org/changeset/base/207918

Log:
  MFC r207605:
  Remove a comment that merely repeats code.

Modified:
  stable/8/sys/kern/kern_thread.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/kern/kern_thread.c
==============================================================================
--- stable/8/sys/kern/kern_thread.c	Tue May 11 13:33:37 2010	(r207917)
+++ stable/8/sys/kern/kern_thread.c	Tue May 11 13:35:35 2010	(r207918)
@@ -431,7 +431,6 @@ thread_exit(void)
 #endif
 	PROC_UNLOCK(p);
 	thread_lock(td);
-	/* Save our tick information with both the thread and proc locked */
 	ruxagg_locked(&p->p_rux, td);
 	PROC_SUNLOCK(p);
 	td->td_state = TDS_INACTIVE;


More information about the svn-src-all mailing list