summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 123b684..ee8c2bc 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -6396,12 +6396,8 @@ static nccb_p ncr_get_nccb
(ncb_p np, u_long target, u_long lun)
{
lcb_p lp;
- int s;
nccb_p cp = NULL;
- /* Keep our timeout handler out */
- s = splsoftclock();
-
/*
** Lun structure available ?
*/
@@ -6434,7 +6430,6 @@ static nccb_p ncr_get_nccb
}
cp->magic = 1;
}
- splx(s);
return (cp);
}
OpenPOWER on IntegriCloud