summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorups <ups@FreeBSD.org>2005-06-09 18:59:21 +0000
committerups <ups@FreeBSD.org>2005-06-09 18:59:21 +0000
commit86810890ceccbcd39185384bc678985d50bbddf5 (patch)
tree4f20ef5092cff3e8712058648415fefe82a1ab6a /sys/conf
parent47f442bcb9bd412e8e5d053dc5bf1d4c97d93b81 (diff)
downloadFreeBSD-src-86810890ceccbcd39185384bc678985d50bbddf5.zip
FreeBSD-src-86810890ceccbcd39185384bc678985d50bbddf5.tar.gz
Whitespace cleanup
Submitted by: nate@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d59901e..af8b41e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -217,7 +217,7 @@ options MUTEX_WAKE_ALL
# design. If you aren't sure that you need it then you don't.
# Relies on the PREEMPTION option. DON'T TURN THIS ON.
# IPI_PREEMPTION instructs the kernel to preempt threads running on other
-# CPUS if needed. Relies on the PREEMPTION option
+# CPUS if needed. Relies on the PREEMPTION option
# 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.
@@ -231,7 +231,7 @@ options MUTEX_WAKE_ALL
# WITNESS_SKIPSPIN disables the witness checks on spin mutexes.
options PREEMPTION
options FULL_PREEMPTION
-options IPI_PREEMPTION
+options IPI_PREEMPTION
options MUTEX_DEBUG
options WITNESS
options WITNESS_KDB
OpenPOWER on IntegriCloud