Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5564b82 authored by Rusty Russell's avatar Rusty Russell
Browse files

cpumask: remove the now-obsoleted pcibus_to_cpumask(): mips



cpumask_of_pcibus() is the new version.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 8194a40b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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];