From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/lib/smp_processor_id.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/kernel/lib/smp_processor_id.c b/kernel/lib/smp_processor_id.c index 0c0c42b..2916606 100644 --- a/kernel/lib/smp_processor_id.c +++ b/kernel/lib/smp_processor_id.c @@ -26,11 +26,6 @@ if (current->nr_cpus_allowed == 1) goto out; -#ifdef CONFIG_SMP - if (current->migration_disabled) - goto out; -#endif - /* * It is valid to assume CPU-locality during early bootup: */ -- Gitblit v1.6.2