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 for rumpserver.
details: https://anonhg.NetBSD.org/src/rev/0585ad5e1419
branches: trunk
changeset: 769171:0585ad5e1419
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 01 21:09:07 2011 +0000
description:
fix the build for rumpserver.
diffstat:
sys/rump/librump/rumpkern/vm.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 6a7d7da146eb -r 0585ad5e1419 sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c Thu Sep 01 18:33:11 2011 +0000
+++ b/sys/rump/librump/rumpkern/vm.c Thu Sep 01 21:09:07 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.117 2011/06/19 18:29:25 hannken Exp $ */
+/* $NetBSD: vm.c,v 1.118 2011/09/01 21:09:07 christos Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.117 2011/06/19 18:29:25 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.118 2011/09/01 21:09:07 christos Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -894,6 +894,12 @@
/* nada */
}
+kmutex_t *
+uvmpd_trylockowner(struct vm_page *pg)
+{
+ return NULL;
+}
+
/*
* Physical address accessors.
*/
Home |
Main Index |
Thread Index |
Old Index