• Rusty Russell's avatar
    [PATCH] Hotplug CPUs: cpu_down() · 036f2137
    Rusty Russell authored
    Implement cpu_down(): uses stop_machine to freeze the machine, then
    uses (arch-specific) __cpu_disable() and migrate_all_tasks().
    
    Whole thing under CONFIG_HOTPLUG_CPU, so doesn't break archs which
    don't define that.
    036f2137
cpu.c 4.16 KB