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 rump doesn't own pnbuf_cache, exte...



details:   https://anonhg.NetBSD.org/src/rev/d69f117c2370
branches:  trunk
changeset: 971391:d69f117c2370
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Apr 23 00:34:29 2020 +0000

description:
rump doesn't own pnbuf_cache, externalize it

diffstat:

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

diffs (27 lines):

diff -r 31d09da2e54c -r d69f117c2370 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Thu Apr 23 00:31:51 2020 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Thu Apr 23 00:34:29 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.344 2020/03/23 14:49:50 pgoyette Exp $      */
+/*     $NetBSD: rump.c,v 1.345 2020/04/23 00:34:29 joerg 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.344 2020/03/23 14:49:50 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.345 2020/04/23 00:34:29 joerg Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -114,7 +114,7 @@
 
 bool rump_ttycomponent = false;
 
-pool_cache_t pnbuf_cache;
+extern pool_cache_t pnbuf_cache;
 
 static int rump_inited;
 



Home | Main Index | Thread Index | Old Index