aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2014-04-29 20:57:25 +0000
committerMarius Strobl <marius@FreeBSD.org>2014-04-29 20:57:25 +0000
commit2daea0bce653794060d02da98e68d0aa8ceec8b1 (patch)
treec7d80d4666c9224784cadb6dd60978820d3c282a /sys/mips
parent0d13d5fce268ec922f1213d431f3d5caa61c1378 (diff)
downloadsrc-2daea0bce653794060d02da98e68d0aa8ceec8b1.tar.gz
src-2daea0bce653794060d02da98e68d0aa8ceec8b1.zip
Update comment.
Notes
Notes: svn path=/head/; revision=265110
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/vm_machdep.c b/sys/mips/mips/vm_machdep.c
index 0ef83a409f92..dd294e954897 100644
--- a/sys/mips/mips/vm_machdep.c
+++ b/sys/mips/mips/vm_machdep.c
@@ -438,7 +438,7 @@ cpu_set_upcall(struct thread *td, struct thread *td0)
* 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