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 trylockowner is not needed anymore.
details: https://anonhg.NetBSD.org/src/rev/cde624d60505
branches: trunk
changeset: 769181:cde624d60505
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 02 10:18:38 2011 +0000
description:
trylockowner is not needed anymore.
diffstat:
sys/rump/librump/rumpkern/vm.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 77bc8a6f130d -r cde624d60505 sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c Fri Sep 02 10:13:44 2011 +0000
+++ b/sys/rump/librump/rumpkern/vm.c Fri Sep 02 10:18:38 2011 +0000
@@ -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.
*/
Home |
Main Index |
Thread Index |
Old Index