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 fix the build (pnbuf_cache move to...



details:   https://anonhg.NetBSD.org/src/rev/89fb581b26d3
branches:  trunk
changeset: 449918:89fb581b26d3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 29 02:09:14 2019 +0000

description:
fix the build (pnbuf_cache move to vfs_init.c)

diffstat:

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

diffs (27 lines):

diff -r 75999856d821 -r 89fb581b26d3 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Fri Mar 29 00:24:56 2019 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Fri Mar 29 02:09:14 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.332 2018/12/26 22:16:27 thorpej Exp $       */
+/*     $NetBSD: rump.c,v 1.333 2019/03/29 02:09:14 christos Exp $      */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.332 2018/12/26 22:16:27 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.333 2019/03/29 02:09:14 christos Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -112,6 +112,8 @@
 
 bool rump_ttycomponent = false;
 
+pool_cache_t pnbuf_cache;
+
 static void
 rump_aiodone_worker(struct work *wk, void *dummy)
 {



Home | Main Index | Thread Index | Old Index