Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 20:57:25 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265110 - head/sys/mips/mips
Message-ID:  <201404292057.s3TKvPnL035304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Apr 29 20:57:25 2014
New Revision: 265110
URL: http://svnweb.freebsd.org/changeset/base/265110

Log:
  Update comment.

Modified:
  head/sys/mips/mips/vm_machdep.c

Modified: head/sys/mips/mips/vm_machdep.c
==============================================================================
--- head/sys/mips/mips/vm_machdep.c	Tue Apr 29 20:52:39 2014	(r265109)
+++ head/sys/mips/mips/vm_machdep.c	Tue Apr 29 20:57:25 2014	(r265110)
@@ -438,7 +438,7 @@ cpu_set_upcall(struct thread *td, struct
 	 * that are needed.
 	 */
 
-	/* SMP Setup to release sched_lock in fork_exit(). */
+	/* Setup to release spin count in in fork_exit(). */
 	td->td_md.md_spinlock_count = 1;
 	td->td_md.md_saved_intr = MIPS_SR_INT_IE;
 #if 0



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