diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-24 09:34:25 -0600 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-24 09:34:25 +0930 |
commit | f5564b823bbe211bab98d12de7b1f7d42cfb4a87 (patch) | |
tree | ccd50f9ff3d0f84bcbff5bb9f3de027d8951cccd /arch/mips/include/asm/mach-ip27 | |
parent | 8194a40bee5c2b47e336febb3666a68154fec427 (diff) | |
download | linux-f5564b823bbe211bab98d12de7b1f7d42cfb4a87.tar.bz2 |
cpumask: remove the now-obsoleted pcibus_to_cpumask(): mips
cpumask_of_pcibus() is the new version.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/mips/include/asm/mach-ip27')
-rw-r--r-- | arch/mips/include/asm/mach-ip27/topology.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-ip27/topology.h b/arch/mips/include/asm/mach-ip27/topology.h index 230591707005..697244a7d39e 100644 --- a/arch/mips/include/asm/mach-ip27/topology.h +++ b/arch/mips/include/asm/mach-ip27/topology.h @@ -29,7 +29,6 @@ extern struct cpuinfo_ip27 sn_cpu_info[NR_CPUS]; struct pci_bus; extern int pcibus_to_node(struct pci_bus *); -#define pcibus_to_cpumask(bus) (cpu_online_map) #define cpumask_of_pcibus(bus) (cpu_online_mask) extern unsigned char __node_distances[MAX_COMPACT_NODES][MAX_COMPACT_NODES]; |