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 init uvm readahead



details:   https://anonhg.NetBSD.org/src/rev/f699a08d4d45
branches:  trunk
changeset: 748919:f699a08d4d45
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 10 17:02:36 2009 +0000

description:
init uvm readahead

diffstat:

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

diffs (36 lines):

diff -r 27ab5c321148 -r f699a08d4d45 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Tue Nov 10 16:55:12 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Tue Nov 10 17:02:36 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.135 2009/11/06 15:22:33 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.136 2009/11/10 17:02:36 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.135 2009/11/06 15:22:33 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.136 2009/11/10 17:02:36 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -65,6 +65,8 @@
 
 #include <prop/proplib.h>
 
+#include <uvm/uvm_readahead.h>
+
 #include "rump_private.h"
 #include "rump_net_private.h"
 #include "rump_vfs_private.h"
@@ -230,6 +232,8 @@
        pool_subsystem_init();
        kmem_init();
 
+       uvm_ra_init();
+
        mutex_obj_init();
 
        kprintf_init();



Home | Main Index | Thread Index | Old Index