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 g/c stale comment
details: https://anonhg.NetBSD.org/src/rev/9adda61c7a2f
branches: trunk
changeset: 786586:9adda61c7a2f
user: pooka <pooka%NetBSD.org@localhost>
date: Thu May 02 20:37:32 2013 +0000
description:
g/c stale comment
diffstat:
sys/rump/librump/rumpkern/locks.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 781c1b074a54 -r 9adda61c7a2f sys/rump/librump/rumpkern/locks.c
--- a/sys/rump/librump/rumpkern/locks.c Thu May 02 20:33:54 2013 +0000
+++ b/sys/rump/librump/rumpkern/locks.c Thu May 02 20:37:32 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locks.c,v 1.61 2013/05/02 20:33:54 pooka Exp $ */
+/* $NetBSD: locks.c,v 1.62 2013/05/02 20:37:32 pooka Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.61 2013/05/02 20:33:54 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.62 2013/05/02 20:37:32 pooka Exp $");
#include <sys/param.h>
#include <sys/kmem.h>
@@ -113,7 +113,6 @@
isspin = 1;
}
- /* spin mutex support needs some cpu scheduler rework */
if (isspin)
ruflags |= RUMPUSER_MTX_SPIN;
rumpuser_mutex_init((struct rumpuser_mtx **)mtx, ruflags);
Home |
Main Index |
Thread Index |
Old Index