kernel/lib/smp_processor_id.c
.. .. @@ -26,11 +26,6 @@ 26 26 if (current->nr_cpus_allowed == 1) 27 27 goto out; 28 28 29 -#ifdef CONFIG_SMP30 - if (current->migration_disabled)31 - goto out;32 -#endif33 -34 29 /* 35 30 * It is valid to assume CPU-locality during early bootup: 36 31 */