Date: Thu, 5 Feb 2015 19:17:38 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278274 - head/sys/sys Message-ID: <201502051917.t15JHca4094176@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502051917.t15JHca4094176>