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 allow rump to build
details: https://anonhg.NetBSD.org/src/rev/0bb1c0449a54
branches: trunk
changeset: 750325:0bb1c0449a54
user: elad <elad%NetBSD.org@localhost>
date: Fri Dec 25 01:56:43 2009 +0000
description:
allow rump to build
diffstat:
sys/rump/librump/rumpkern/emul.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r d069f873b0da -r 0bb1c0449a54 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c Thu Dec 24 22:45:15 2009 +0000
+++ b/sys/rump/librump/rumpkern/emul.c Fri Dec 25 01:56:43 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emul.c,v 1.113 2009/12/16 20:57:15 pooka Exp $ */
+/* $NetBSD: emul.c,v 1.114 2009/12/25 01:56:43 elad Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.113 2009/12/16 20:57:15 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.114 2009/12/25 01:56:43 elad Exp $");
#include <sys/param.h>
#include <sys/null.h>
@@ -111,6 +111,8 @@
kmutex_t tty_lock;
+kmutex_t sysctl_file_marker_lock;
+
/* sparc doesn't sport constant page size */
#ifdef __sparc__
int nbpg = 4096;
Home |
Main Index |
Thread Index |
Old Index