git: 313b1f2d816e - stable/13 - Remove an obsolete warning from NOTES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 14:05:32 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=313b1f2d816e088952549b7842f0034c1bee9fed
commit 313b1f2d816e088952549b7842f0034c1bee9fed
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-01-03 15:13:56 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-01-10 14:05:21 +0000
Remove an obsolete warning from NOTES
The PREEMPTION option is enabled in all GENERIC kernel configurations.
(cherry picked from commit 5ba4192565c353b11999332c0b9e85edddc657db)
---
sys/conf/NOTES | 1 -
1 file changed, 1 deletion(-)
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