summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:24 -0600
committerRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:25 +0930
commit8194a40bee5c2b47e336febb3666a68154fec427 (patch)
treed1526cf293ff3ec5858fe01abf5ab92d7d281a7e /arch/alpha
parent79f5599772ac2f138d7a75b8f3f06a93f09c75f7 (diff)
downloadlinux-8194a40bee5c2b47e336febb3666a68154fec427.tar.gz
linux-8194a40bee5c2b47e336febb3666a68154fec427.tar.xz
cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha
cpumask_of_pcibus() is the new version. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/include/asm/topology.h1
1 files changed, 0 insertions, 1 deletions
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 */