Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 10:13:05 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26695 for review
Message-ID:  <200303111813.h2BID558063270@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26695

Change 26695 by jhb@jhb_laptop on 2003/03/11 10:12:46

	Compile in KTR.

Affected files ...

.. //depot/projects/smpng/sys/modules/evtest/evtest.c#18 edit

Differences ...

==== //depot/projects/smpng/sys/modules/evtest/evtest.c#18 (text+ko) ====

@@ -35,6 +35,8 @@
 
 #define	INVARIANTS
 #define	INVARIANT_SUPPORT
+#define	KTR
+#define	KTR_COMPILE (KTR_EVH|KTR_PROC)
 
 #include <sys/param.h>
 #include <sys/condvar.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303111813.h2BID558063270>