Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpdev pmf_init()



details:   https://anonhg.NetBSD.org/src/rev/57923691bd57
branches:  trunk
changeset: 750655:57923691bd57
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Jan 09 16:32:57 2010 +0000

description:
pmf_init()

diffstat:

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

diffs (27 lines):

diff -r e14b19a453d9 -r 57923691bd57 sys/rump/librump/rumpdev/rump_dev.c
--- a/sys/rump/librump/rumpdev/rump_dev.c       Sat Jan 09 16:29:32 2010 +0000
+++ b/sys/rump/librump/rumpdev/rump_dev.c       Sat Jan 09 16:32:57 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_dev.c,v 1.9 2009/12/04 22:13:59 haad Exp $        */
+/*     $NetBSD: rump_dev.c,v 1.10 2010/01/09 16:32:57 pooka Exp $      */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.9 2009/12/04 22:13:59 haad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.10 2010/01/09 16:32:57 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -51,6 +51,8 @@
 {
        extern int cold;
 
+       pmf_init();
+
        KERNEL_LOCK(1, curlwp);
 
        config_init_mi();



Home | Main Index | Thread Index | Old Index