summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorups <ups@FreeBSD.org>2005-06-14 14:21:25 +0000
committerups <ups@FreeBSD.org>2005-06-14 14:21:25 +0000
commit0fb49619cb042e27db6858e72dc0ca8a9dcf96ae (patch)
tree1626b81140a2bd8ce074a02626402ae7eeea5c5f /sys/conf
parentf4251aff5dd33b3ecdefe0625b813ea8608f6fc3 (diff)
downloadFreeBSD-src-0fb49619cb042e27db6858e72dc0ca8a9dcf96ae.zip
FreeBSD-src-0fb49619cb042e27db6858e72dc0ca8a9dcf96ae.tar.gz
Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific
NOTES files. Approved by: re (scottl)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7788729..651dd11 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -216,8 +216,6 @@ options MUTEX_WAKE_ALL
# performance and increase the frequency of kernel panics by
# 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
# 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 +229,6 @@ options MUTEX_WAKE_ALL
# WITNESS_SKIPSPIN disables the witness checks on spin mutexes.
options PREEMPTION
options FULL_PREEMPTION
-options IPI_PREEMPTION
options MUTEX_DEBUG
options WITNESS
options WITNESS_KDB
OpenPOWER on IntegriCloud