Re: svn commit: r247059 - head/sys/sys

2013-02-20 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-20 17:20:50 -0500, Warner Losh wrote: > 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, splsof

svn commit: r247059 - head/sys/sys

2013-02-20 Thread Warner Losh
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 Modif