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