Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Nuke a (mostly) now-incorrect comment.
details: https://anonhg.NetBSD.org/src/rev/e3eea14770ef
branches: trunk
changeset: 487670:e3eea14770ef
user: oster <oster%NetBSD.org@localhost>
date: Sun Jun 11 03:35:38 2000 +0000
description:
Nuke a (mostly) now-incorrect comment.
diffstat:
sys/dev/raidframe/rf_threadstuff.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 875b29619f3c -r e3eea14770ef sys/dev/raidframe/rf_threadstuff.h
--- a/sys/dev/raidframe/rf_threadstuff.h Sun Jun 11 03:09:55 2000 +0000
+++ b/sys/dev/raidframe/rf_threadstuff.h Sun Jun 11 03:35:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.h,v 1.7 2000/01/09 01:34:29 oster Exp $ */
+/* $NetBSD: rf_threadstuff.h,v 1.8 2000/06/11 03:35:38 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -85,9 +85,6 @@
/*
* In NetBSD, kernel threads are simply processes which share several
* substructures and never run in userspace.
- *
- * XXX Note, NetBSD does not yet have a wakeup_one(), so we always
- * XXX get Thundering Herd when a condition occurs.
*/
#define RF_WAIT_COND(_c_,_m_) { \
RF_UNLOCK_MUTEX(_m_); \
Home |
Main Index |
Thread Index |
Old Index