cpumask: remove the now-obsoleted pcibus_to_cpumask(): mips
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:25 +0000 (09:34 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:25 +0000 (09:34 +0930)
cpumask_of_pcibus() is the new version.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/mips/include/asm/mach-ip27/topology.h

index 2305917..697244a 100644 (file)
@@ -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];