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 remember to call pipe_init()
details: https://anonhg.NetBSD.org/src/rev/977bbdac6dd6
branches: trunk
changeset: 749331:977bbdac6dd6
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Nov 26 17:36:22 2009 +0000
description:
remember to call pipe_init()
diffstat:
sys/rump/librump/rumpkern/rump.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r f211377a3db6 -r 977bbdac6dd6 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Thu Nov 26 17:33:23 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Thu Nov 26 17:36:22 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.138 2009/11/26 09:50:38 pooka Exp $ */
+/* $NetBSD: rump.c,v 1.139 2009/11/26 17:36:22 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.138 2009/11/26 09:50:38 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.139 2009/11/26 17:36:22 pooka Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -50,6 +50,7 @@
#include <sys/module.h>
#include <sys/once.h>
#include <sys/percpu.h>
+#include <sys/pipe.h>
#include <sys/queue.h>
#include <sys/reboot.h>
#include <sys/resourcevar.h>
@@ -282,6 +283,7 @@
module_init();
softint_init(rump_cpu);
devsw_init();
+ pipe_init();
/* these do nothing if not present */
rump_vfs_init();
Home |
Main Index |
Thread Index |
Old Index