svn commit: r247108 - head/sys/sys

Warner Losh imp at FreeBSD.org
Thu Feb 21 17:41:01 UTC 2013


Author: imp
Date: Thu Feb 21 17:40:59 2013
New Revision: 247108
URL: http://svnweb.freebsd.org/changeset/base/247108

Log:
  Remove splsoftclock() since it is now gone.

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h	Thu Feb 21 17:17:13 2013	(r247107)
+++ head/sys/sys/systm.h	Thu Feb 21 17:40:59 2013	(r247108)
@@ -330,7 +330,6 @@ static __inline intrmask_t	splclock(void
 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	splsoftclock(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; }


More information about the svn-src-head mailing list