Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs rump_cpu is now a pointer



details:   https://anonhg.NetBSD.org/src/rev/aeffe9a67c9f
branches:  trunk
changeset: 748163:aeffe9a67c9f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Oct 15 00:34:05 2009 +0000

description:
rump_cpu is now a pointer

diffstat:

 sys/rump/librump/rumpvfs/rump_vfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d4e9fc821300 -r aeffe9a67c9f sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c       Thu Oct 15 00:33:37 2009 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c       Thu Oct 15 00:34:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_vfs.c,v 1.32 2009/10/14 18:18:53 pooka Exp $      */
+/*     $NetBSD: rump_vfs.c,v 1.33 2009/10/15 00:34:05 pooka Exp $      */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.32 2009/10/14 18:18:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.33 2009/10/15 00:34:05 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -89,7 +89,7 @@
 
        rumpblk_init();
 
-       cache_cpu_init(&rump_cpu);
+       cache_cpu_init(rump_cpu);
        vfsinit();
        bufinit();
        wapbl_init();



Home | Main Index | Thread Index | Old Index