diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-07-27 11:59:57 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-07-27 11:59:57 +0000 |
| commit | 33d2bb9ca36ea0f03136360180314e080084862e (patch) | |
| tree | 1d0bccf3909d0a0064cfcd777f148f0f6b272555 /sys/dev/ctau | |
| parent | 9be70a793ef67b216a0a824f3ed6845e9af111ce (diff) | |
Notes
Diffstat (limited to 'sys/dev/ctau')
| -rw-r--r-- | sys/dev/ctau/if_ct.c | 5 |
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; |
