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 add a few global symbols required ...



details:   https://anonhg.NetBSD.org/src/rev/e0f1ee836f0d
branches:  trunk
changeset: 747165:e0f1ee836f0d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Sep 04 17:15:21 2009 +0000

description:
add a few global symbols required by kernel code

diffstat:

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

diffs (29 lines):

diff -r 99df3e1b87ac -r e0f1ee836f0d sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Fri Sep 04 17:01:29 2009 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Fri Sep 04 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.91 2009/07/20 17:12:43 pooka Exp $  */
+/*     $NetBSD: emul.c,v 1.92 2009/09/04 17:15:21 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.91 2009/07/20 17:12:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.92 2009/09/04 17:15:21 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -113,6 +113,10 @@
 int max_devsw_convs = 0;
 int mem_no = 2;
 
+struct device *booted_device;
+struct device *booted_wedge;
+int booted_partition;
+
 kmutex_t tty_lock;
 
 int



Home | Main Index | Thread Index | Old Index