Module Name: src
Committed By: pooka
Date: Thu Aug 26 19:56:08 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
print one line of dmesg per cpu present
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/sys/rump/librump/rumpkern/rump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.181 src/sys/rump/librump/rumpkern/rump.c:1.182
--- src/sys/rump/librump/rumpkern/rump.c:1.181 Mon Aug 23 14:00:40 2010
+++ src/sys/rump/librump/rumpkern/rump.c Thu Aug 26 19:56:07 2010
@@ -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();