Module Name: src
Committed By: christos
Date: Fri Sep 2 10:18:38 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
trylockowner is not needed anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/rump/librump/rumpkern/vm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.118 src/sys/rump/librump/rumpkern/vm.c:1.119
--- src/sys/rump/librump/rumpkern/vm.c:1.118 Thu Sep 1 17:09:07 2011
+++ src/sys/rump/librump/rumpkern/vm.c Fri Sep 2 06:18:38 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.118 2011/09/01 21:09:07 christos Exp $ */
+/* $NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 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.118 2011/09/01 21:09:07 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 christos Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -894,12 +894,6 @@
/* nada */
}
-kmutex_t *
-uvmpd_trylockowner(struct vm_page *pg)
-{
- return NULL;
-}
-
/*
* Physical address accessors.
*/