From ae40be8cf0ea07df25b46f95e47fb17a992edf4a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 21 Feb 2013 17:54:14 +0000 Subject: splsoftvm() is no longer in the tree. gc. --- sys/sys/systm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 5dc237e5c813..611d014831c9 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; } -- cgit v1.2.3