Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 06:04:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207605 - head/sys/kern
Message-ID:  <201005040604.o4464X6a021716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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