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 print vm object refcount
details: https://anonhg.NetBSD.org/src/rev/1e89922c9bda
branches: trunk
changeset: 755186:1e89922c9bda
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 26 21:48:20 2010 +0000
description:
print vm object refcount
diffstat:
sys/rump/librump/rumpkern/vm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b2a47dcf7a33 -r 1e89922c9bda sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c Wed May 26 21:27:00 2010 +0000
+++ b/sys/rump/librump/rumpkern/vm.c Wed May 26 21:48:20 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.74 2010/05/14 13:04:14 pooka Exp $ */
+/* $NetBSD: vm.c,v 1.75 2010/05/26 21:48:20 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.74 2010/05/14 13:04:14 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.75 2010/05/26 21:48:20 pooka Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -517,7 +517,7 @@
void (*pr)(const char *, ...))
{
- /* nada for now */
+ pr("VM OBJECT at %p, refs %d", uobj, uobj->uo_refs);
}
#endif
Home |
Main Index |
Thread Index |
Old Index