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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"