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-03 18:00:50 +0000
commit5ba4192565c353b11999332c0b9e85edddc657db (patch)
treecb18e793c13dc7376b76eb942dde72c3417aa5c4
parent80871aeb0f27406e1fe816403a16519cc9cb8de8 (diff)
downloadsrc-5ba4192565c353b11999332c0b9e85edddc657db.tar.gz
src-5ba4192565c353b11999332c0b9e85edddc657db.zip
Remove an obsolete warning from NOTES
The PREEMPTION option is enabled in all GENERIC kernel configurations. MFC after: 1 week
-rw-r--r--sys/conf/NOTES1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index eded586b4491..5b64b212165c 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