deepin-kernel/init
Oleg Nesterov 3843f89d09 sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP
[ Upstream commit 975776841e ]

kernel/sched/isolation.c obviously makes no sense without CONFIG_SMP, but
the Kconfig entry we have right now:

	config CPU_ISOLATION
		bool "CPU isolation"
		depends on SMP || COMPILE_TEST

allows the creation of pointless .config's which cause
build failures.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250330134955.GA7910@redhat.com

Closes: https://lore.kernel.org/oe-kbuild-all/202503260646.lrUqD3j5-lkp@intel.com/
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit b205d02726b32c2f491a1a267557da5344432428)
2025-05-09 23:02:50 +08:00
..
.gitignore kbuild: build init/built-in.a just once 2022-09-29 04:40:15 +09:00
Kconfig sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP 2025-05-09 23:02:50 +08:00
Makefile Make mkcompile_h accept an alternate timestamp string 2024-12-31 11:42:52 +08:00
build-version scripts: adapt to UOS/deepin scripting 2024-12-10 20:25:38 +08:00
calibrate.c
do_mounts.c rootfs: Fix support for rootfstype= when root= is given 2024-01-25 15:35:46 -08:00
do_mounts.h init: pass root_device_name explicitly 2023-06-05 10:55:20 -06:00
do_mounts_initrd.c init: pass root_device_name explicitly 2023-06-05 10:55:20 -06:00
do_mounts_rd.c
init_task.c rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocks 2024-12-10 20:43:33 +08:00
initramfs.c initramfs: avoid filename buffer overrun 2024-12-10 20:44:24 +08:00
main.c printk: show build commitid in the front of dmesg 2024-12-10 20:40:37 +08:00
noinitramfs.c init: move usermodehelper_enable() to populate_rootfs() 2021-09-08 11:50:27 -07:00
version-timestamp.c printk: show build commitid in the front of dmesg 2024-12-10 20:40:37 +08:00
version.c printk: show build commitid in the front of dmesg 2024-12-10 20:40:37 +08:00