From 95a12b8b18adf6d8cce44574a98ef45412a157ac Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 16 Aug 2011 16:18:44 +0200 Subject: [PATCH] LINT/LINT64: Add KTR_TSLEEP. --- sys/config/LINT | 1 + sys/config/LINT64 | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/config/LINT b/sys/config/LINT index 7035f21116..f99a2fef58 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -2783,6 +2783,7 @@ options KTR_VERBOSE=1 #options KTR_SPIN_CONTENTION #options KTR_TESTLOG #options KTR_TOKENS +#options KTR_TSLEEP #options KTR_USB_MEMORY # ALTQ diff --git a/sys/config/LINT64 b/sys/config/LINT64 index a32870bb31..fa4bc6367b 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2554,6 +2554,7 @@ options KTR_VERBOSE=1 #options KTR_SPIN_CONTENTION #options KTR_TESTLOG #options KTR_TOKENS +#options KTR_TSLEEP #options KTR_USB_MEMORY # ALTQ -- 2.41.0