summaryrefslogtreecommitdiffstats
path: root/sys/sys/mutex.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-28 07:31:30 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-28 07:31:30 +0000
commita62dbe240a72505ede1aa44338d48387b1f57dff (patch)
tree53267e076ee890eac40b73468ae3007d9979e4d7 /sys/sys/mutex.h
parentdff1b6c68a8d4d1fc50a981e37d4dbf87b06a37a (diff)
downloadFreeBSD-src-a62dbe240a72505ede1aa44338d48387b1f57dff.zip
FreeBSD-src-a62dbe240a72505ede1aa44338d48387b1f57dff.tar.gz
Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove
definition of NET_CALLOUT_MPSAFE, which is no longer required now that debug.mpsafenet has been removed. The once over: bz Approved by: re (kensmith)
Diffstat (limited to 'sys/sys/mutex.h')
-rw-r--r--sys/sys/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 4598cf4..ffe5605 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -408,7 +408,6 @@ do { \
} while (0)
#define NET_ASSERT_GIANT() do { \
} while (0)
-#define NET_CALLOUT_MPSAFE CALLOUT_MPSAFE
struct mtx_args {
struct mtx *ma_mtx;
OpenPOWER on IntegriCloud