projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f5599
)
cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:24 +0000
(09:34 -0600)
committer
Rusty 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/alpha/include/asm/topology.h
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/topology.h
b/arch/alpha/include/asm/topology.h
index b4f284c72ff3ed303425ac437df0b74f75defc90..f5bd6cd4b3bcd1fe1b4377f9c859c06508235e88 100644
(file)
--- a/
arch/alpha/include/asm/topology.h
+++ b/
arch/alpha/include/asm/topology.h
@@
-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 */