• Andrew Morton's avatar
    [PATCH] create node_online_map · 7c265fe6
    Andrew Morton authored
    From Matthew Dobson.
    
    Create and use node_online_map.
    
    This patch creates a node_online_map, much like cpu_online_map.  It
    also creates the standard helper functions, ie: node_online(),
    num_online_nodes(), node_set_online(), node_set_offline().
    
    This is used by driverFS topology to keep track of which Nodes
    are in the system and online.
    7c265fe6
topology.c 1.79 KB