summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-04-02 13:58:24 +0000
committerphk <phk@FreeBSD.org>1999-04-02 13:58:24 +0000
commit161936e972a750fc89dab15c1a8fc049c70d6051 (patch)
tree44a91b63929876b579afccb81528209fce3fc24a /sys
parent5c5c3ac7d9c309c3fd3f19547b5b807e2685e873 (diff)
downloadFreeBSD-src-161936e972a750fc89dab15c1a8fc049c70d6051.zip
FreeBSD-src-161936e972a750fc89dab15c1a8fc049c70d6051.tar.gz
We don't need to splbio() around biodone().
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/wd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index d70dac7..fadac34 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.189 1999/02/20 22:16:13 dt Exp $
+ * $Id: wd.c,v 1.190 1999/03/23 10:22:19 bde Exp $
*/
/* TODO:
@@ -693,10 +693,8 @@ wdstrategy(register struct buf *bp)
return;
done:
- s = splbio();
/* toss transfer, we're done early */
biodone(bp);
- splx(s);
}
static void
OpenPOWER on IntegriCloud