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

Commit 8194a40b authored by Rusty Russell's avatar Rusty Russell
Browse files

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



cpumask_of_pcibus() is the new version.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 79f55997
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ static const struct cpumask *cpumask_of_node(int node)
	return &node_to_cpumask_map[node];
}

#define pcibus_to_cpumask(bus)	(cpu_online_map)
#define cpumask_of_pcibus(bus)	(cpu_online_mask)

#endif /* !CONFIG_NUMA */