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 make printed string more accurate



details:   https://anonhg.NetBSD.org/src/rev/6b9cb3ced3e9
branches:  trunk
changeset: 758198:6b9cb3ced3e9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Oct 25 17:49:36 2010 +0000

description:
make printed string more accurate

diffstat:

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

diffs (27 lines):

diff -r e8a63d320ac9 -r 6b9cb3ced3e9 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Mon Oct 25 17:19:05 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Mon Oct 25 17:49:36 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.188 2010/09/07 21:11:10 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.189 2010/10/25 17:49:36 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.188 2010/09/07 21:11:10 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.189 2010/10/25 17:49:36 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -240,7 +240,7 @@
        }
 #else
        if (error == 0)
-               printf("NCPU limited to 1 on this host\n");
+               printf("NCPU limited to 1 on this machine architecture\n");
        numcpu = 1;
 #endif
        rump_cpus_bootstrap(numcpu);



Home | Main Index | Thread Index | Old Index