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_init(): need to call config_i...
details: https://anonhg.NetBSD.org/src/rev/9ccb40e0d740
branches: trunk
changeset: 1007560:9ccb40e0d740
user: ad <ad%NetBSD.org@localhost>
date: Sat Feb 22 21:45:34 2020 +0000
description:
rump_init(): need to call config_init() now.
PR kern/55004 (Hundreds of file system tests now fail on real hardware)
diffstat:
sys/rump/librump/rumpkern/rump.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2b07b94b75a3 -r 9ccb40e0d740 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Sat Feb 22 21:44:51 2020 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Sat Feb 22 21:45:34 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.341 2020/02/18 20:23:17 chs Exp $ */
+/* $NetBSD: rump.c,v 1.342 2020/02/22 21:45:34 ad 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.341 2020/02/18 20:23:17 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.342 2020/02/22 21:45:34 ad Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -411,6 +411,7 @@
procinit_sysctl();
time_init();
time_init2();
+ config_init();
/* start page baroness */
if (rump_threads) {
Home |
Main Index |
Thread Index |
Old Index