Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 17:54:15 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247110 - head/sys/sys
Message-ID:  <201302211754.r1LHsFup012320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302211754.r1LHsFup012320>