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 no longer necessary code
details: https://anonhg.NetBSD.org/src/rev/064e88b8f084
branches: trunk
changeset: 758888:064e88b8f084
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Nov 19 17:11:20 2010 +0000
description:
remove no longer necessary code
diffstat:
sys/rump/librump/rumpkern/rump.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 6a53adf49c7e -r 064e88b8f084 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Fri Nov 19 17:09:44 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Fri Nov 19 17:11:20 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.201 2010/11/19 17:06:56 pooka Exp $ */
+/* $NetBSD: rump.c,v 1.202 2010/11/19 17:11:20 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.201 2010/11/19 17:06:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.202 2010/11/19 17:11:20 pooka Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -105,7 +105,6 @@
* but good enough for now.
*/
static struct vmspace sp_vmspace;
-static bool iamtheserver = false;
static int rump_proxy_syscall(int, void *, register_t *);
@@ -233,7 +232,6 @@
error = rumpuser_sp_init(&spops, buf);
if (error)
return error;
- iamtheserver = true;
}
if (rumpuser_getversion() != RUMPUSER_VERSION) {
Home |
Main Index |
Thread Index |
Old Index