Message ID | 0421bbd936f2b617164726e47825ce243f0fa5ee.1638391253.git.zanussi@kernel.org |
---|---|
State | New |
Headers | show |
Series | Linux v5.4.161-rt67-rc1 | expand |
diff --git a/init/Kconfig b/init/Kconfig index 266802704c06..c733392fe237 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -769,7 +769,7 @@ config NUMA_BALANCING bool "Memory placement aware NUMA scheduler" depends on ARCH_SUPPORTS_NUMA_BALANCING depends on !ARCH_WANT_NUMA_VARIABLE_LOCALITY - depends on SMP && NUMA && MIGRATION + depends on SMP && NUMA && MIGRATION && !PREEMPT_RT help This option adds support for automatic NUMA aware memory/task placement. The mechanism is quite primitive and is based on migrating memory when