From eca77c0fbeb332b8dae2739165b6cef2fac66c46 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 23 Jul 2004 17:44:07 +0000 Subject: [PATCH] Reinforce discouragement of the use of FULL_PREEMPTION. --- sys/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ca4bfb680b4d..53e13efdb263 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -192,6 +192,7 @@ options MUTEX_WAKE_ALL # bugs during development. Enabling this option will reduce # performance and increase the frequency of kernel panics by # design. If you aren't sure that you need it then you don't. +# DON'T TURN THIS ON. # MUTEX_DEBUG enables various extra assertions in the mutex code. # SLEEPQUEUE_PROFILING enables rudimentary profiling of the hash table # used to hold active sleep queues.