summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-03-01 12:01:17 +0000
committerglebius <glebius@FreeBSD.org>2005-03-01 12:01:17 +0000
commit2df73116dfb9f6d910f8630c658543465b394283 (patch)
treebdf324662fc67792bd669d9e3fe93fd496024cb0 /sys/netinet/ip_fw2.c
parent1a5cca00eb77f1b51bbcc8eb495d34aea32f434c (diff)
downloadFreeBSD-src-2df73116dfb9f6d910f8630c658543465b394283.zip
FreeBSD-src-2df73116dfb9f6d910f8630c658543465b394283.tar.gz
Use NET_CALLOUT_MPSAFE macro.
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 9752fa6..a72a630 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -3534,7 +3534,7 @@ ipfw_init(void)
sizeof(ipfw_dyn_rule), NULL, NULL, NULL, NULL,
UMA_ALIGN_PTR, 0);
IPFW_DYN_LOCK_INIT();
- callout_init(&ipfw_timeout, debug_mpsafenet ? CALLOUT_MPSAFE : 0);
+ callout_init(&ipfw_timeout, NET_CALLOUT_MPSAFE);
bzero(&default_rule, sizeof default_rule);
OpenPOWER on IntegriCloud