diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-24 11:34:24 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-23 20:04:25 -0400 |
commit | 8194a40bee5c2b47e336febb3666a68154fec427 (patch) | |
tree | d1526cf293ff3ec5858fe01abf5ab92d7d281a7e /arch | |
parent | 79f5599772ac2f138d7a75b8f3f06a93f09c75f7 (diff) |
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')
-rw-r--r-- | arch/alpha/include/asm/topology.h | 1 |
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) | |||
55 | return &node_to_cpumask_map[node]; | 55 | return &node_to_cpumask_map[node]; |
56 | } | 56 | } |
57 | 57 | ||
58 | #define pcibus_to_cpumask(bus) (cpu_online_map) | ||
59 | #define cpumask_of_pcibus(bus) (cpu_online_mask) | 58 | #define cpumask_of_pcibus(bus) (cpu_online_mask) |
60 | 59 | ||
61 | #endif /* !CONFIG_NUMA */ | 60 | #endif /* !CONFIG_NUMA */ |