• Gautham R Shenoy's avatar
    cpu-hotplug: refcount based cpu hotplug · d221938c
    Gautham R Shenoy authored
    This patch implements a Refcount + Waitqueue based model for
    cpu-hotplug.
    
    Now, a thread which wants to prevent cpu-hotplug, will bump up a global
    refcount and the thread which wants to perform a cpu-hotplug operation
    will block till the global refcount goes to zero.
    
    The readers, if any, during an ongoing cpu-hotplug operation are blocked
    until the cpu-hotplug operation is over.
    Signed-off-by: default avatarGautham R Shenoy <ego@in.ibm.com>
    Signed-off-by: Paul Jackson <pj@sgi.com> [For !CONFIG_HOTPLUG_CPU ]
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    d221938c
main.c 20.2 KB