svn commit: r278274 - head/sys/sys

Jung-uk Kim jkim at FreeBSD.org
Thu Feb 5 19:17:38 UTC 2015


Author: jkim
Date: Thu Feb  5 19:17:37 2015
New Revision: 278274
URL: https://svnweb.freebsd.org/changeset/base/278274

Log:
  Remove splvm().  It is no longer in the tree.

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h	Thu Feb  5 19:15:03 2015	(r278273)
+++ head/sys/sys/systm.h	Thu Feb  5 19:17:37 2015	(r278274)
@@ -357,7 +357,6 @@ static __inline intrmask_t	splhigh(void)
 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; }
 
 /*


More information about the svn-src-head mailing list