From e7e04fe216c8f478a26359c8f35b7214aab72d69 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 5 Feb 2015 19:17:37 +0000 Subject: [PATCH] Remove splvm(). It is no longer in the tree. --- sys/sys/systm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 5434d5ac7d6..3763e5ca05c 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -357,7 +357,6 @@ 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 spltty(void) { return 0; } -static __inline intrmask_t splvm(void) { return 0; } static __inline void splx(intrmask_t ipl __unused) { return; } /*