Module Name: src
Committed By: mrg
Date: Thu May 5 08:21:10 UTC 2011
Modified Files:
src/sys/dev/raidframe: rf_threadstuff.h
Log Message:
RF_BROADCAST_COND() is no more.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/raidframe/rf_threadstuff.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_threadstuff.h
diff -u src/sys/dev/raidframe/rf_threadstuff.h:1.30 src/sys/dev/raidframe/rf_threadstuff.h:1.31
--- src/sys/dev/raidframe/rf_threadstuff.h:1.30 Tue May 3 08:18:43 2011
+++ src/sys/dev/raidframe/rf_threadstuff.h Thu May 5 08:21:09 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.h,v 1.30 2011/05/03 08:18:43 mrg Exp $ */
+/* $NetBSD: rf_threadstuff.h,v 1.31 2011/05/05 08:21:09 mrg Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -68,7 +68,6 @@
#define RF_WAIT_COND(_c_,_m_) \
ltsleep(&(_c_), PRIBIO, "rfwcond", 0, &(_m_))
#define RF_SIGNAL_COND(_c_) wakeup_one(&(_c_))
-#define RF_BROADCAST_COND(_c_) wakeup(&(_c_))
#define rf_mutex_init(m) simple_lock_init(m)