aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ctau
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-07-27 11:59:57 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-07-27 11:59:57 +0000
commit33d2bb9ca36ea0f03136360180314e080084862e (patch)
tree1d0bccf3909d0a0064cfcd777f148f0f6b272555 /sys/dev/ctau
parent9be70a793ef67b216a0a824f3ed6845e9af111ce (diff)
Notes
Diffstat (limited to 'sys/dev/ctau')
-rw-r--r--sys/dev/ctau/if_ct.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index 7f0bad5ab33ba..3769419d3cfb9 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -2206,11 +2206,6 @@ static int ct_modevent (module_t mod, int type, void *unused)
{
static int load_count = 0;
- if (!debug_mpsafenet && ct_mpsafenet) {
- printf ("WORNING! Network stack is not MPSAFE. "
- "Turning off debug.ct.mpsafenet.\n");
- ct_mpsafenet = 0;
- }
if (ct_mpsafenet)
ct_cdevsw.d_flags &= ~D_NEEDGIANT;