Date: Sat, 1 Jun 2013 11:31:10 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251220 - head/sys/sys Message-ID: <201306011131.r51BVAI8066367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Sat Jun 1 11:31:09 2013 New Revision: 251220 URL: http://svnweb.freebsd.org/changeset/base/251220 Log: Remove an unused macro we originally got from BSD/OS. Modified: head/sys/sys/mutex.h Modified: head/sys/sys/mutex.h ============================================================================== --- head/sys/sys/mutex.h Sat Jun 1 11:14:35 2013 (r251219) +++ head/sys/sys/mutex.h Sat Jun 1 11:31:09 2013 (r251220) @@ -426,12 +426,6 @@ do { \ } #endif -#define UGAR(rval) do { \ - int _val = (rval); \ - mtx_unlock(&Giant); \ - return (_val); \ -} while (0) - struct mtx_args { void *ma_mtx; const char *ma_desc;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011131.r51BVAI8066367>