diff options
author | ups <ups@FreeBSD.org> | 2005-06-09 18:59:21 +0000 |
---|---|---|
committer | ups <ups@FreeBSD.org> | 2005-06-09 18:59:21 +0000 |
commit | 86810890ceccbcd39185384bc678985d50bbddf5 (patch) | |
tree | 4f20ef5092cff3e8712058648415fefe82a1ab6a | |
parent | 47f442bcb9bd412e8e5d053dc5bf1d4c97d93b81 (diff) | |
download | FreeBSD-src-86810890ceccbcd39185384bc678985d50bbddf5.zip FreeBSD-src-86810890ceccbcd39185384bc678985d50bbddf5.tar.gz |
Whitespace cleanup
Submitted by: nate@
-rw-r--r-- | sys/conf/NOTES | 4 |
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 |