hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/lib/smp_processor_id.c
....@@ -26,11 +26,6 @@
2626 if (current->nr_cpus_allowed == 1)
2727 goto out;
2828
29
-#ifdef CONFIG_SMP
30
- if (current->migration_disabled)
31
- goto out;
32
-#endif
33
-
3429 /*
3530 * It is valid to assume CPU-locality during early bootup:
3631 */