From 76e98667c50da1a40cbce7905f12436daea61c17 Mon Sep 17 00:00:00 2001 From: oster Date: Sat, 13 Jul 2002 20:54:57 +0000 Subject: Nuke a redundant wakeup(). --- sys/dev/raidframe/rf_reconstruct.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/dev/raidframe') 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 -__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 #include @@ -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); } -- cgit