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 Restore call to pserialize_init.
details: https://anonhg.NetBSD.org/src/rev/db74d8193af3
branches: trunk
changeset: 967387:db74d8193af3
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Dec 07 14:55:58 2019 +0000
description:
Restore call to pserialize_init.
We need it after all for psz_lock on the event counter.
diffstat:
sys/rump/librump/rumpkern/rump.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 1c8f36be6d42 -r db74d8193af3 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Sat Dec 07 13:33:45 2019 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Sat Dec 07 14:55:58 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.336 2019/12/03 05:07:49 riastradh Exp $ */
+/* $NetBSD: rump.c,v 1.337 2019/12/07 14:55:58 riastradh 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.336 2019/12/03 05:07:49 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.337 2019/12/07 14:55:58 riastradh Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -73,6 +73,7 @@
#include <sys/cprng.h>
#include <sys/rnd.h>
#include <sys/ktrace.h>
+#include <sys/pserialize.h>
#include <sys/psref.h>
#include <rump-sys/kern.h>
@@ -305,6 +306,7 @@
kprintf_init();
percpu_init();
+ pserialize_init();
kauth_init();
Home |
Main Index |
Thread Index |
Old Index