• Andrew Morton's avatar
    [PATCH] APM does unsafe conditional set_cpus_allowed · 0c85cefd
    Andrew Morton authored
    From: Zwane Mwaikambo <zwane@linuxpower.ca>
    
    kapmd does a conditional check in order to decide whether to set the task's
    cpu affinity mask.  This can change during runtime, therefore we
    unconditionally set it.  There is an early exit in set_cpus_allowed if the
    current processor is in the allowed mask anyway.
    0c85cefd
apm.c 58.6 KB