diff options
| author | oster <oster@NetBSD.org> | 2002-07-13 20:54:57 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-07-13 20:54:57 +0000 |
| commit | 76e98667c50da1a40cbce7905f12436daea61c17 (patch) | |
| tree | d153ca3f9f92a675007426b0fb94f42747031ba4 /sys/dev/raidframe | |
| parent | ef989419d9b3d655df8089a6e862a9ab76f7e625 (diff) | |
Nuke a redundant wakeup().
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c index 86b886ecb6c..902a1936268 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.33 2002/01/09 03:10:19 oster Exp $ */ +/* $NetBSD: rf_reconstruct.c,v 1.34 2002/07/13 20:54:57 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.33 2002/01/09 03:10:19 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.34 2002/07/13 20:54:57 oster Exp $"); #include <sys/time.h> #include <sys/buf.h> @@ -305,8 +305,6 @@ rf_ReconstructFailedDisk(raidPtr, row, col) rc = EIO; } RF_SIGNAL_COND(raidPtr->waitForReconCond); - wakeup(&raidPtr->waitForReconCond); /* XXX Methinks this will be - * needed at some point... GO */ return (rc); } |
