Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173438815
D60012.id187655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D60012.id187655.diff
View Options
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -277,13 +277,15 @@
# and WITNESS options.
options SX_NOINLINE
+# PREEMPTION allows the threads that are in the kernel to be preempted by
+# higher priority [interrupt] threads. It helps with interactivity
+# and allows interrupt threads to run sooner rather than waiting.
+options PREEMPTION
+
# SMP Debugging Options:
#
# CALLOUT_PROFILING enables rudimentary profiling of the callwheel data
# structure used as backend in callout(9).
-# PREEMPTION allows the threads that are in the kernel to be preempted by
-# higher priority [interrupt] threads. It helps with interactivity
-# and allows interrupt threads to run sooner rather than waiting.
# FULL_PREEMPTION instructs the kernel to preempt non-realtime kernel
# threads. Its sole use is to expose race conditions and other
# bugs during development. Enabling this option will reduce
@@ -303,7 +305,6 @@
# a lock hierarchy violation occurs or if locks are held when going to
# sleep.
# WITNESS_SKIPSPIN disables the witness checks on spin mutexes.
-options PREEMPTION
options FULL_PREEMPTION
options WITNESS
options WITNESS_KDB
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 26, 10:50 PM (14 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39658863
Default Alt Text
D60012.id187655.diff (1 KB)
Attached To
Mode
D60012: NOTES: SMP: Move PREEMPTION out of the debugging options section
Attached
Detach File
Event Timeline
Log In to Comment