Setting p->nr_cpus_allowed accidentally wandered into migrate_disable() during the cleanup - kill it. Signed-off-by: Mike Galbraith <umgwanakikbuti@xxxxxxxxx> --- kernel/sched/core.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -3180,7 +3180,6 @@ void migrate_disable(void) preempt_lazy_disable(); pin_current_cpu(); p->migrate_disable = 1; - p->nr_cpus_allowed = 1; preempt_enable(); } EXPORT_SYMBOL(migrate_disable); -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html