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 g/c rump_vmmap



details:   https://anonhg.NetBSD.org/src/rev/76dacf8ca50c
branches:  trunk
changeset: 337498:76dacf8ca50c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Apr 17 12:46:33 2015 +0000

description:
g/c rump_vmmap

No recollection what it was used for; didn't seem to be used even when
it was originally added 5th August 2007.

diffstat:

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

diffs (27 lines):

diff -r ca606616a020 -r 76dacf8ca50c sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c    Fri Apr 17 12:43:15 2015 +0000
+++ b/sys/rump/librump/rumpkern/vm.c    Fri Apr 17 12:46:33 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm.c,v 1.164 2015/04/17 12:43:16 pooka Exp $   */
+/*     $NetBSD: vm.c,v 1.165 2015/04/17 12:46:33 pooka Exp $   */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.164 2015/04/17 12:43:16 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.165 2015/04/17 12:46:33 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -80,8 +80,6 @@
 const int * const uvmexp_pageshift = &uvmexp.pageshift;
 #endif
 
-struct vm_map rump_vmmap;
-
 static struct vm_map kernel_map_store;
 struct vm_map *kernel_map = &kernel_map_store;
 



Home | Main Index | Thread Index | Old Index