hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 */