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 call procinit_sysctl to register t...



details:   https://anonhg.NetBSD.org/src/rev/fe2e496625e7
branches:  trunk
changeset: 761464:fe2e496625e7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 28 18:45:52 2011 +0000

description:
call procinit_sysctl to register the proc sysctl tree

diffstat:

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

diffs (26 lines):

diff -r e5a2f4b749c4 -r fe2e496625e7 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Fri Jan 28 18:44:44 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Fri Jan 28 18:45:52 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.223 2011/01/28 16:58:28 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.224 2011/01/28 18:45:52 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.223 2011/01/28 16:58:28 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.224 2011/01/28 18:45:52 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -392,6 +392,7 @@
        devsw_init();
        pipe_init();
        resource_init();
+       procinit_sysctl();
 
        /* start page baroness */
        if (rump_threads) {



Home | Main Index | Thread Index | Old Index