aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-01-03 15:13:56 +0000
committerMark Johnston <markj@FreeBSD.org>2022-01-10 14:05:21 +0000
commit313b1f2d816e088952549b7842f0034c1bee9fed (patch)
treea8a2befbdd9cfcbecc990bd62320871288e52629
parent16c60a70c99b82e2b645c334f0cc3e89ad3c2be5 (diff)
Remove an obsolete warning from NOTES
The PREEMPTION option is enabled in all GENERIC kernel configurations. (cherry picked from commit 5ba4192565c353b11999332c0b9e85edddc657db)
-rw-r--r--sys/conf/NOTES1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b3d09cd71139..49eea9bb5175 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -288,7 +288,6 @@ 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.
-# WARNING! Only tested on amd64 and i386.
# 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