Module Name:    src
Committed By:   skrll
Date:           Thu Feb 25 07:15:25 UTC 2010

Modified Files:
        src/sys/arch/cesfic/cesfic: locore.s

Log Message:
s/cpu_fork/cpu_lwp_fork/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/cesfic/cesfic/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/cesfic/cesfic/locore.s
diff -u src/sys/arch/cesfic/cesfic/locore.s:1.21 src/sys/arch/cesfic/cesfic/locore.s:1.22
--- src/sys/arch/cesfic/cesfic/locore.s:1.21	Sun Dec 13 11:24:02 2009
+++ src/sys/arch/cesfic/cesfic/locore.s	Thu Feb 25 07:15:25 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.21 2009/12/13 11:24:02 tsutsui Exp $	*/
+/*	$NetBSD: locore.s,v 1.22 2010/02/25 07:15:25 skrll Exp $	*/
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -359,7 +359,7 @@
 	jbsr	_C_LABEL(fic_init)
 
 /*
- * 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.
  */

Reply via email to