From: Sascha Wildner Date: Sat, 13 Aug 2011 16:03:09 +0000 (+0200) Subject: ktr(4): Allow to configure KTR_TSLEEP alone. X-Git-Tag: v2.12.0~213 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1e1b2beb667fda5e992f7bf863d9025915fc1fa9 ktr(4): Allow to configure KTR_TSLEEP alone. --- diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index 86201cf2fc..f5658671b1 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD: src/share/man/man4/ktr.4,v 1.9 2003/09/08 19:57:19 ru Exp $ .\" -.Dd July 17, 2011 +.Dd August 13, 2011 .Dt KTR 4 .Os .Sh NAME @@ -53,7 +53,7 @@ .\".Cd options KTR_TCP .Cd options KTR_TESTLOG .Cd options KTR_TOKENS -.\".Cd options KTR_TSLEEP +.Cd options KTR_TSLEEP .Cd options KTR_USB_MEMORY .Sh DESCRIPTION The @@ -127,6 +127,10 @@ contention IPI performance testing .It Dv KTR_TOKENS LWKT token related events +.It Dv KTR_TSLEEP +.Xr tsleep 9 +and +.Xr wakeup 9 .It Dv KTR_USB_MEMORY USB memory allocation .El diff --git a/sys/conf/options b/sys/conf/options index cb1551353f..75eb0ddbd1 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -597,6 +597,7 @@ KTR_SERIALIZER opt_ktr.h KTR_SPIN_CONTENTION opt_ktr.h KTR_TESTLOG opt_ktr.h KTR_TOKENS opt_ktr.h +KTR_TSLEEP opt_ktr.h KTR_USB_MEMORY opt_ktr.h KTR_VERBOSE opt_ktr.h