From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- 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