From 1ff56ab29e0b244f3ef3144114465a8553763710 Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 15 Oct 2008 20:15:37 +0000 Subject: [PATCH] One more init I happened to forget: iostat_init() --- sys/rump/librump/rumpkern/rump.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/rump/librump/rumpkern/rump.c b/sys/rump/librump/rumpkern/rump.c index 4e859344993a..62986bfdce9f 100644 --- a/sys/rump/librump/rumpkern/rump.c +++ b/sys/rump/librump/rumpkern/rump.c @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.71 2008/10/15 13:04:26 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.72 2008/10/15 20:15:37 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -172,6 +173,7 @@ _rump_init(int rump_version) callout_init_cpu(&rump_cpu); once_init(); + iostat_init(); uid_init(); percpu_init(); fd_sys_init();