Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/rmi - fix comment at cpucore_rmixl_run()



details:   https://anonhg.NetBSD.org/src/rev/37783d0854d9
branches:  trunk
changeset: 764229:37783d0854d9
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 06:12:21 2011 +0000

description:
- fix comment at cpucore_rmixl_run()

diffstat:

 sys/arch/mips/rmi/rmixl_cpucore.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a2929c65853d -r 37783d0854d9 sys/arch/mips/rmi/rmixl_cpucore.c
--- a/sys/arch/mips/rmi/rmixl_cpucore.c Thu Apr 14 06:12:02 2011 +0000
+++ b/sys/arch/mips/rmi/rmixl_cpucore.c Thu Apr 14 06:12:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixl_cpucore.c,v 1.3 2011/04/14 05:14:23 cliff Exp $  */
+/*     $NetBSD: rmixl_cpucore.c,v 1.4 2011/04/14 06:12:21 cliff Exp $  */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_cpucore.c,v 1.3 2011/04/14 05:14:23 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_cpucore.c,v 1.4 2011/04/14 06:12:21 cliff Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -199,7 +199,8 @@
 
 /*
  * cpucore_rmixl_run
- *     called from cpu_rmixl_hatch for each cpu
+ *     called from cpucore_rmixl_attach for primary core
+ *     and called from cpu_rmixl_run for each hatched cpu
  *     the first call for each cpucore causes init of per-core features:
  *     - disable unused threads
  *     - set Fine-grained (Round Robin) thread scheduling mode



Home | Main Index | Thread Index | Old Index