• Robert Love's avatar
    [PATCH] set_cpus_allowed optimization · eab0fed3
    Robert Love authored
    This adds an optimization to set_cpus_allowed: if the task is not
    running, there is no sense in kicking the migration_threads into action,
    we just need to update task->cpu.  This was suggested by Mike Kravetz.
    
    Besides being an optimization, this would prevent any future race
    between set_cpus_allowed and the migration_threads.
    eab0fed3
sched.c 41.9 KB