From 9ecce2faf3b377859c8dda05a183c98ac8f00a4b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 11 Sep 2021 13:05:44 -0700 Subject: [PATCH] Add EPOCH_TRACE to NOTES to get LINT coverage. Sponsored by: The FreeBSD Foundation (cherry picked from commit b9485d76e3ad4924032a23c82b8a30a0dce31918) --- sys/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f73b5a46636..f172b9e93d9 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -329,6 +329,8 @@ options SLEEPQUEUE_PROFILING options TURNSTILE_PROFILING options UMTX_PROFILING +# Debugging traces for epoch(9) misuse +options EPOCH_TRACE ##################################################################### # COMPATIBILITY OPTIONS