From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/init/Kconfig | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/init/Kconfig b/kernel/init/Kconfig index 76865c3..2c92f94 100644 --- a/kernel/init/Kconfig +++ b/kernel/init/Kconfig @@ -880,7 +880,7 @@ bool "Memory placement aware NUMA scheduler" depends on ARCH_SUPPORTS_NUMA_BALANCING depends on !ARCH_WANT_NUMA_VARIABLE_LOCALITY - depends on SMP && NUMA && MIGRATION && !PREEMPT_RT + depends on SMP && NUMA && MIGRATION help This option adds support for automatic NUMA aware memory/task placement. The mechanism is quite primitive and is based on migrating memory when @@ -987,7 +987,6 @@ config RT_GROUP_SCHED bool "Group scheduling for SCHED_RR/FIFO" depends on CGROUP_SCHED - depends on !PREEMPT_RT default n help This feature lets you explicitly allocate real CPU bandwidth @@ -1961,7 +1960,6 @@ config SLAB bool "SLAB" - depends on !PREEMPT_RT select HAVE_HARDENED_USERCOPY_ALLOCATOR help The regular slab allocator that is established and known to work @@ -1982,7 +1980,6 @@ config SLOB depends on EXPERT bool "SLOB (Simple Allocator)" - depends on !PREEMPT_RT help SLOB replaces the stock allocator with a drastically simpler allocator. SLOB is generally more space efficient but @@ -2049,7 +2046,7 @@ config SLUB_CPU_PARTIAL default y - depends on SLUB && SMP && !PREEMPT_RT + depends on SLUB && SMP bool "SLUB per cpu partial cache" help Per cpu partial caches accelerate objects allocation and freeing -- Gitblit v1.6.2