The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5ba4192565c353b11999332c0b9e85edddc657db
commit 5ba4192565c353b11999332c0b9e85edddc657db Author: Mark Johnston <[email protected]> AuthorDate: 2022-01-03 15:13:56 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2022-01-03 18:00:50 +0000 Remove an obsolete warning from NOTES The PREEMPTION option is enabled in all GENERIC kernel configurations. MFC after: 1 week --- sys/conf/NOTES | 1 - 1 file changed, 1 deletion(-) 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
