Author: imp
Date: Thu Feb 21 17:54:14 2013
New Revision: 247110
URL: http://svnweb.freebsd.org/changeset/base/247110

Log:
  splsoftvm() is no longer in the tree. gc.

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h        Thu Feb 21 17:50:21 2013        (r247109)
+++ head/sys/sys/systm.h        Thu Feb 21 17:54:14 2013        (r247110)
@@ -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     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; }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to