cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:24 +0000 (09:34 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:25 +0000 (09:34 +0930)
cpumask_of_pcibus() is the new version.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/alpha/include/asm/topology.h

index b4f284c..f5bd6cd 100644 (file)
@@ -55,7 +55,6 @@ static const struct cpumask *cpumask_of_node(int node)
        return &node_to_cpumask_map[node];
 }
 
-#define pcibus_to_cpumask(bus) (cpu_online_map)
 #define cpumask_of_pcibus(bus) (cpu_online_mask)
 
 #endif /* !CONFIG_NUMA */