summaryrefslogtreecommitdiffstats
path: root/sys/sys/callout.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-09-15 12:33:24 +0000
committerrwatson <rwatson@FreeBSD.org>2007-09-15 12:33:24 +0000
commit950792fe2268b60d75132e27288a788a633e6965 (patch)
treeed041b6f0306ca58135cda15bef3e06e4926b628 /sys/sys/callout.h
parent197ff98494451c42ca26983b2fd9c3450dd47501 (diff)
downloadFreeBSD-src-950792fe2268b60d75132e27288a788a633e6965.zip
FreeBSD-src-950792fe2268b60d75132e27288a788a633e6965.tar.gz
Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and
possibly always-) unused define. Reported by: kmacy Approved by: re (kensmith)
Diffstat (limited to 'sys/sys/callout.h')
-rw-r--r--sys/sys/callout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/callout.h b/sys/sys/callout.h
index a8c7a28..a554562 100644
--- a/sys/sys/callout.h
+++ b/sys/sys/callout.h
@@ -62,7 +62,6 @@ struct callout {
#define CALLOUT_PENDING 0x0004 /* callout is waiting for timeout */
#define CALLOUT_MPSAFE 0x0008 /* callout handler is mp safe */
#define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */
-#define CALLOUT_NETGIANT 0x0020 /* XXX: obtain Giant before mutex */
struct callout_handle {
struct callout *callout;
OpenPOWER on IntegriCloud