• Rusty Russell's avatar
    [PATCH] Hotplug CPUs: Make Migration Thread Handle CPUs Going · eac9256c
    Rusty Russell authored
    Change the migration thread to directly use its cpu arg, rather than
    smp_processor_id(): if a cpu goes up then down rapidly, it can be on
    the wrong cpu just before it is stopped.
    
    Add code to stop the migration thread on CPU_DEAD and CPU_UP_CANCELED.
    
    Remove the (bogus) priority of the notifier.
    eac9256c
sched.c 75.2 KB