svn commit: r265110 - head/sys/mips/mips

Marius Strobl marius at FreeBSD.org
Tue Apr 29 20:57:25 UTC 2014


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


More information about the svn-src-head mailing list