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; }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"