summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-07-04 13:15:13 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-07-04 13:15:13 +0000
commit7b3a6132865b219f8487f9df05e2bfdfbe914263 (patch)
tree75f3511f11d5c40a00ea79d5b6072209c7f94e94
parent1a79c1b537f14f26a958452e56e0be5f15efbb65 (diff)
missing splx
-rw-r--r--sys/arch/sparc/dev/xd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c
index 0cc44398e56..6158e0f9a94 100644
--- a/sys/arch/sparc/dev/xd.c
+++ b/sys/arch/sparc/dev/xd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xd.c,v 1.14 1999/07/09 21:34:46 art Exp $ */
+/* $OpenBSD: xd.c,v 1.15 2000/07/04 13:15:12 art Exp $ */
/* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */
/*
@@ -1106,6 +1106,7 @@ xdstrategy(bp)
/* now we have free iopb's and we are at splbio... start 'em up */
if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) {
+ splx(s);
return;
}