aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-19 09:57:29 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-19 09:57:29 +0000
commit198c5b08913fc3649c7a4a1584cd6b3d68762339 (patch)
tree1fab74d70044d63b1abe0475d25c6c4ac08a2b4b /sys/kern
parent79bd95a632e40c21abbf64b7ea42ec8ced60a60d (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_intr.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index f25cf87ee74f..e4411c90caed 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -318,27 +318,3 @@ swi_net(void *dummy)
bits &= ~(1 << i);
}
}
-
-/*
- * Dummy spl calls. The only reason for these is to not break
- * all the code which expects to call them.
- */
-void spl0 (void) {}
-void splx (intrmask_t x) {}
-intrmask_t splq(intrmask_t mask) { return 0; }
-intrmask_t splbio(void) { return 0; }
-intrmask_t splcam(void) { return 0; }
-intrmask_t splclock(void) { return 0; }
-intrmask_t splhigh(void) { return 0; }
-intrmask_t splimp(void) { return 0; }
-intrmask_t splnet(void) { return 0; }
-intrmask_t splsoftcam(void) { return 0; }
-intrmask_t splsoftcambio(void) { return 0; }
-intrmask_t splsoftcamnet(void) { return 0; }
-intrmask_t splsoftclock(void) { return 0; }
-intrmask_t splsofttty(void) { return 0; }
-intrmask_t splsoftvm(void) { return 0; }
-intrmask_t splsofttq(void) { return 0; }
-intrmask_t splstatclock(void) { return 0; }
-intrmask_t spltty(void) { return 0; }
-intrmask_t splvm(void) { return 0; }