summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-15 08:28:26 +0000
committerjkh <jkh@FreeBSD.org>1998-02-15 08:28:26 +0000
commite7e4c824930987c0aefa6232a8a48307883e0dce (patch)
tree5e703dc45956e1e5e904d3c232558e5ca9549d46 /sys/dev/ccd
parent3923d0f80a072be735c79e03cbb57c629999d106 (diff)
downloadFreeBSD-src-e7e4c824930987c0aefa6232a8a48307883e0dce.zip
FreeBSD-src-e7e4c824930987c0aefa6232a8a48307883e0dce.tar.gz
Revert part of my previous patch - I don't see the *need*
to call splbio() from within an interrupt handler here. :-)
Diffstat (limited to 'sys/dev/ccd')
-rw-r--r--sys/dev/ccd/ccd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 5ec5f3d..b519cb1 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -1,4 +1,4 @@
-/* $Id: ccd.c,v 1.28 1998/01/31 03:19:06 eivind Exp $ */
+/* $Id: ccd.c,v 1.29 1998/02/15 08:14:39 jkh Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -937,8 +937,6 @@ ccdintr(cs, bp)
register struct ccd_softc *cs;
register struct buf *bp;
{
-
- s = splbio();
#ifdef DEBUG
if (ccddebug & CCDB_FOLLOW)
printf("ccdintr(%x, %x)\n", cs, bp);
OpenPOWER on IntegriCloud