Date: Tue, 11 May 2010 13:35:35 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r207918 - stable/8/sys/kern Message-ID: <201005111335.o4BDZZ7S095498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005111335.o4BDZZ7S095498>