aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-15 23:57:19 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-15 23:57:19 +0000
commit59d48b5f74d05f96a4d1382ad32e461ba7cef99e (patch)
tree3d9818a806393e3ea2d487a6b48ceb83e10a40e7 /sys
parent511a04e4f9013ea51b77e7183993f0399036ae33 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 9b3d19eef652e..ff1e0a2c1a3ca 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -729,8 +729,6 @@ MALLOC_DECLARE(M_ZOMBIE);
} while (0)
#define _STOPEVENT(p, e, v) do { \
PROC_LOCK_ASSERT(p, MA_OWNED); \
- WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, &p->p_mtx.mtx_object, \
- "checking stopevent %d", (e)); \
if ((p)->p_stops & (e)) \
stopevent((p), (e), (v)); \
} while (0)