Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern print one line of dmesg per cpu pr...



details:   https://anonhg.NetBSD.org/src/rev/491c4eea7a12
branches:  trunk
changeset: 757369:491c4eea7a12
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Aug 26 19:56:07 2010 +0000

description:
print one line of dmesg per cpu present

diffstat:

 sys/rump/librump/rumpkern/rump.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r dcedfa98d14d -r 491c4eea7a12 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Thu Aug 26 18:06:44 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Thu Aug 26 19:56:07 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.181 2010/08/23 14:00:40 pgoyette Exp $      */
+/*     $NetBSD: rump.c,v 1.182 2010/08/26 19:56:07 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.181 2010/08/23 14:00:40 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.182 2010/08/26 19:56:07 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -336,6 +336,8 @@
                pool_cache_cpu_init(ci);
                selsysinit(ci);
                percpu_init_cpu(ci);
+
+               aprint_verbose("cpu%d at thinair0: rump virtual cpu\n", i);
        }
 
        sysctl_init();



Home | Main Index | Thread Index | Old Index