summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-03-11 04:07:29 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-03-11 04:07:29 +0000
commit7e83753c24bbcb7ae9e8840a7bcd7baf70364693 (patch)
tree4b7fc64e6f1df8e414c477560750fd53b87167d5 /sys
parent8462bb65bff60ad198051defdfff60618f91138f (diff)
remove splimp handler.
Diffstat (limited to 'sys')
-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