summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-04-06 10:44:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-06 10:44:58 -0700
commit302deb109d6c1674073d8dd4156ca0f36889a7b7 (patch)
tree5637d782e835d96d9567d0d539fda63e5715d5e3 /init
parent6f110a5e4f9977c31ce76fefbfef6fd4eab6bfb7 (diff)
parent169eae7711ea4b745e2d33d53e7b88689b10e1a0 (diff)
Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar: - Fix a nonsensical Kconfig combination - Remove an unnecessary rseq-notification * tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: rseq: Eliminate useless task_work on execve sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ede5a43029a9..dd2ea3b9a799 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -714,7 +714,7 @@ endmenu # "CPU/Task time and stats accounting"
config CPU_ISOLATION
bool "CPU isolation"
- depends on SMP || COMPILE_TEST
+ depends on SMP
default y
help
Make sure that CPUs running critical tasks are not disturbed by