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 remove stuff which now comes via s...



details:   https://anonhg.NetBSD.org/src/rev/cf880bd88ee6
branches:  trunk
changeset: 754148:cf880bd88ee6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 21 20:07:02 2010 +0000

description:
remove stuff which now comes via std. kernel source modules

diffstat:

 sys/rump/librump/rumpkern/emul.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 4d70ac88e56f -r cf880bd88ee6 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Wed Apr 21 19:50:57 2010 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Wed Apr 21 20:07:02 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.131 2010/04/21 16:16:31 pooka Exp $ */
+/*     $NetBSD: emul.c,v 1.132 2010/04/21 20:07:02 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.131 2010/04/21 16:16:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.132 2010/04/21 20:07:02 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>
@@ -67,7 +67,6 @@
 struct vnode *rootvp;
 dev_t rootdev = NODEV;
 int physmem = 256*256; /* 256 * 1024*1024 / 4k, PAGE_SIZE not always set */
-int doing_shutdown;
 const int schedppq = 1;
 int hardclock_ticks;
 bool mp_online = false;
@@ -76,13 +75,6 @@
 int boothowto = AB_SILENT;
 struct tty *constty;
 
-char hostname[MAXHOSTNAMELEN];
-size_t hostnamelen;
-
-const char *panicstr;
-const char *domainname;
-int domainnamelen;
-
 #define DEVSW_SIZE 255
 const struct bdevsw *bdevsw0[DEVSW_SIZE]; /* XXX storage size */
 const struct bdevsw **bdevsw = bdevsw0;



Home | Main Index | Thread Index | Old Index