Module Name: src Committed By: skrll Date: Wed Mar 3 06:53:35 UTC 2010
Modified Files: src/sys/arch/sun3/sun3: locore.s Log Message: s/cpu_fork/cpu_lwp_fork/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/arch/sun3/sun3/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/sun3/sun3/locore.s diff -u src/sys/arch/sun3/sun3/locore.s:1.91 src/sys/arch/sun3/sun3/locore.s:1.92 --- src/sys/arch/sun3/sun3/locore.s:1.91 Thu Dec 10 05:10:04 2009 +++ src/sys/arch/sun3/sun3/locore.s Wed Mar 3 06:53:34 2010 @@ -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. */