summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/pccbb.c')
-rw-r--r--sys/dev/pci/pccbb.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c
index 7c900d842c5..eeef546fccb 100644
--- a/sys/dev/pci/pccbb.c
+++ b/sys/dev/pci/pccbb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccbb.c,v 1.41 2005/11/26 14:31:26 krw Exp $ */
+/* $OpenBSD: pccbb.c,v 1.42 2006/03/11 04:07:28 brad Exp $ */
/* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */
/*
@@ -1096,10 +1096,6 @@ pccbbintr_function(sc)
s = splclock();
} else if (pil->pil_level == IPL_AUDIO) {
s = splaudio();
-#ifdef IPL_IMP
- } else if (pil->pil_level == IPL_IMP) {
- s = splimp();
-#endif
} else if (pil->pil_level == IPL_TTY) {
s = spltty();
#if 0