From: Rusty Russell Date: Thu, 24 Sep 2009 15:34:24 +0000 (-0600) Subject: cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8194a40bee5c2b47e336febb3666a68154fec427;p=linux-beck.git cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha cpumask_of_pcibus() is the new version. Signed-off-by: Rusty Russell --- diff --git a/arch/alpha/include/asm/topology.h b/arch/alpha/include/asm/topology.h index b4f284c72ff3..f5bd6cd4b3bc 100644 --- a/arch/alpha/include/asm/topology.h +++ b/arch/alpha/include/asm/topology.h @@ -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 */