Date: Thu, 21 Feb 2013 17:41:00 +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: r247108 - head/sys/sys Message-ID: <201302211741.r1LHf0gd008783@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302211741.r1LHf0gd008783>