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 antipasto



details:   https://anonhg.NetBSD.org/src/rev/15ba55c27040
branches:  trunk
changeset: 760512:15ba55c27040
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 06 13:36:48 2011 +0000

description:
antipasto

diffstat:

 sys/rump/librump/rumpkern/locks.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r edc83f947c87 -r 15ba55c27040 sys/rump/librump/rumpkern/locks.c
--- a/sys/rump/librump/rumpkern/locks.c Thu Jan 06 13:25:32 2011 +0000
+++ b/sys/rump/librump/rumpkern/locks.c Thu Jan 06 13:36:48 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locks.c,v 1.45 2011/01/06 11:22:55 pooka Exp $ */
+/*     $NetBSD: locks.c,v 1.46 2011/01/06 13:36:48 pooka Exp $ */
 
 /*
  * Copyright (c) 2007, 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.45 2011/01/06 11:22:55 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.46 2011/01/06 13:36:48 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
@@ -53,7 +53,7 @@
        NULL
 };
 static lockops_t rw_lockops = {
-       "mutex",
+       "rwlock",
        LOCKOPS_SLEEP,
        NULL
 };



Home | Main Index | Thread Index | Old Index