diff options
| author | oster <oster@NetBSD.org> | 2002-09-19 22:41:51 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-09-19 22:41:51 +0000 |
| commit | 0c1690c441505547e4b8e5ff2ff22bf15837f8eb (patch) | |
| tree | 8af61912e79cc550ed6d6b261501ceae92866c94 /sys/dev/raidframe | |
| parent | c3bab92ad6b93e72905c90ca765a941388dd6a0c (diff) | |
One signal will do, thanks.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c index 08d19fdc3c1..9fa205a19bc 100644 --- a/sys/dev/raidframe/rf_reconstruct.c +++ b/sys/dev/raidframe/rf_reconstruct.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_reconstruct.c,v 1.41 2002/09/17 03:30:33 oster Exp $ */ +/* $NetBSD: rf_reconstruct.c,v 1.42 2002/09/19 22:41:51 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -33,7 +33,7 @@ ************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.41 2002/09/17 03:30:33 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.42 2002/09/19 22:41:51 oster Exp $"); #include <sys/time.h> #include <sys/buf.h> @@ -639,7 +639,6 @@ rf_ReconstructInPlace(raidPtr, row, col) } RF_UNLOCK_MUTEX(raidPtr->mutex); RF_SIGNAL_COND(raidPtr->waitForReconCond); - wakeup(&raidPtr->waitForReconCond); return (rc); } |
