* [PATCH 1/17] cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha
@ 2009-06-12 13:01 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2009-06-12 13:01 UTC (permalink / raw)
To: Richard Henderson; +Cc: linux-kernel
cpumask_of_pcibus() is the new version.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
arch/alpha/include/asm/topology.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/alpha/include/asm/topology.h b/arch/alpha/include/asm/topology.h
--- a/arch/alpha/include/asm/topology.h
+++ b/arch/alpha/include/asm/topology.h
@@ -55,7 +55,6 @@ static const struct cpumask *cpumask_of_
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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-12 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-12 13:01 [PATCH 1/17] cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®