svn commit: r207605 - head/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Tue May 4 06:04:34 UTC 2010
Author: kib
Date: Tue May 4 06:04:33 2010
New Revision: 207605
URL: http://svn.freebsd.org/changeset/base/207605
Log:
Remove a comment that merely repeats code.
Submitted by: bde
MFC after: 1 week
Modified:
head/sys/kern/kern_thread.c
Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c Tue May 4 06:01:25 2010 (r207604)
+++ head/sys/kern/kern_thread.c Tue May 4 06:04:33 2010 (r207605)
@@ -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