aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:25 -0600
committerRusty Russell <rusty@rustcorp.com.au>2009-09-24 09:34:25 +0930
commitf5564b823bbe211bab98d12de7b1f7d42cfb4a87 (patch)
treeccd50f9ff3d0f84bcbff5bb9f3de027d8951cccd /arch/mips
parentcpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha (diff)
downloadlinux-dev-f5564b823bbe211bab98d12de7b1f7d42cfb4a87.tar.xz
linux-dev-f5564b823bbe211bab98d12de7b1f7d42cfb4a87.zip
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')
-rw-r--r--arch/mips/include/asm/mach-ip27/topology.h1
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];