Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/rumpkern Adjust MEMFREE expected output to recent...



details:   https://anonhg.NetBSD.org/src/rev/34c814dc0f76
branches:  trunk
changeset: 773273:34c814dc0f76
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Jan 30 13:05:52 2012 +0000

description:
Adjust MEMFREE expected output to recent kmem(9) changes.

diffstat:

 tests/rump/rumpkern/t_kern.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e2936c98e385 -r 34c814dc0f76 tests/rump/rumpkern/t_kern.c
--- a/tests/rump/rumpkern/t_kern.c      Mon Jan 30 12:19:45 2012 +0000
+++ b/tests/rump/rumpkern/t_kern.c      Mon Jan 30 13:05:52 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_kern.c,v 1.2 2011/01/06 13:42:45 pooka Exp $ */
+/*     $NetBSD: t_kern.c,v 1.3 2012/01/30 13:05:52 njoly Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -93,7 +93,7 @@
 LOCKFUN(DOUBLEINIT, "init lock twice", 1,
     "mutex error: lockdebug_alloc: already initialized");
 LOCKFUN(MEMFREE, "free memory active lock is in", 1,
-    "mutex error: kmem_free: allocation contains active lock");
+    "mutex error: kmem_intr_free: allocation contains active lock");
 LOCKFUN(MTX, "locking-against-self mutex", 0,
     "mutex error: lockdebug_wantlock: locking against myself");
 LOCKFUN(RWDOUBLEX, "locking-against-self exclusive rwlock", 0,



Home | Main Index | Thread Index | Old Index