Date: Wed, 21 Jul 2004 03:43:47 -0500 From: Jon Noack <noackjr@alumni.rice.edu> To: cvs-src@freebsd.org Cc: alfred@freebsd.org Subject: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.h Message-ID: <40FE2CC3.305@alumni.rice.edu>
next in thread | raw e-mail | index | archive | help
+#define MBUF_CHECKSLEEP(how) do { \
+ if (how == M_WAITOK) \
+ WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
+ "Sleeping in \"%s\"", __func__); \
+} while(0)
+
Kernel build broken for !WITNESS...
Jon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40FE2CC3.305>
