[packages/kernel] update preemption options
atler
atler at pld-linux.org
Sun Aug 23 13:40:55 CEST 2026
commit 226c9ddd415dc52a0b6703a9919ba92c6d944f4d
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Aug 23 13:16:35 2026 +0200
update preemption options
PREEMPT_NONE is now only available for archs without support for preemption
PREEMPT_LAZY is used on all arch which support it
PREEMPT_VOLUNTARY is used on all the other archs
kernel-multiarch.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index bf6c8430..8f788211 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -14036,8 +14036,8 @@ CRASH_DUMP arm=n arm64=n powerpc=n x86=n
#-
#- *** FILE: kernel/Kconfig.preempt ***
#-
-PREEMPT_NONE all=n arm=y sparc64=y
-PREEMPT_VOLUNTARY all=y x86_64=n x86=n arm=n arm64=n sparc64=n
+PREEMPT_NONE all=n alpha=y
+PREEMPT_VOLUNTARY all=y x86_64=n x86=n arm64=n
PREEMPT all=n
PREEMPT_LAZY all=n x86_64=y x86=y arm64=y
PREEMPT_DYNAMIC all=n x86_64=y x86=y
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/88458e6aaa78965396fd5c984b2df20a6e6c1271
More information about the pld-cvs-commit
mailing list