Author: imp
Date: Wed Feb 20 22:20:49 2013
New Revision: 247059
URL: http://svnweb.freebsd.org/changeset/base/247059
Log:
Remove the unused spl functions: spl0, splsoftcam, splsofttty,
splsofttq and splstatclock.
Other used spl functions to follow.
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h Wed Feb 20 21:57:01 2013 (r247058)
+++ head/sys/sys/systm.h Wed Feb 20 22:20:49 2013 (r247059)
@@ -324,19 +324,14 @@ caddr_t kern_timeout_callwheel_alloc(cad
void kern_timeout_callwheel_init(void);
/* Stubs for obsolete functions that used to be for interrupt management */
-static __inline void spl0(void) { return; }
static __inline intrmask_t splbio(void) { return 0; }
static __inline intrmask_t splcam(void) { return 0; }
static __inline intrmask_t splclock(void) { return 0; }
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 splsoftcam(void) { return 0; }
static __inline intrmask_t splsoftclock(void) { return 0; }
-static __inline intrmask_t splsofttty(void) { return 0; }
static __inline intrmask_t splsoftvm(void) { return 0; }
-static __inline intrmask_t splsofttq(void) { return 0; }
-static __inline intrmask_t splstatclock(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-head
To unsubscribe, send any mail to "[email protected]"