summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/systm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 5dc237e..611d014 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -330,7 +330,6 @@ static __inline intrmask_t splclock(void) { return 0; }
static __inline intrmask_t splhigh(void) { return 0; }
static __inline intrmask_t splimp(void) { return 0; }
static __inline intrmask_t splnet(void) { return 0; }
-static __inline intrmask_t splsoftvm(void) { return 0; }
static __inline intrmask_t spltty(void) { return 0; }
static __inline intrmask_t splvm(void) { return 0; }
static __inline void splx(intrmask_t ipl __unused) { return; }
OpenPOWER on IntegriCloud