Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun3/sun3 s/cpu_fork/cpu_lwp_fork/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/9b6b5815293b
branches:  trunk
changeset: 752671:9b6b5815293b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Mar 03 06:53:34 2010 +0000

description:
s/cpu_fork/cpu_lwp_fork/ in comment.

diffstat:

 sys/arch/sun3/sun3/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d1ab1b9041a0 -r 9b6b5815293b sys/arch/sun3/sun3/locore.s
--- a/sys/arch/sun3/sun3/locore.s       Wed Mar 03 03:48:39 2010 +0000
+++ b/sys/arch/sun3/sun3/locore.s       Wed Mar 03 06:53:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.91 2009/12/10 05:10:04 rmind Exp $        */
+/*     $NetBSD: locore.s,v 1.92 2010/03/03 06:53:34 skrll Exp $        */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -165,7 +165,7 @@
 | is finished, to avoid spurrious interrupts.
 
 /*
- * Create a fake exception frame so that cpu_fork() can copy it.
+ * Create a fake exception frame so that cpu_lwp_fork() can copy it.
  * main() nevers returns; we exit to user mode from a forked process
  * later on.
  */



Home | Main Index | Thread Index | Old Index