---
 arch/powerpc/include/asm/topology.h |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff -r 55a9b2a51fa0 arch/powerpc/include/asm/topology.h
--- a/arch/powerpc/include/asm/topology.h	Thu Nov 06 23:36:53 2008 +1100
+++ b/arch/powerpc/include/asm/topology.h	Thu Nov 06 23:37:21 2008 +1100
@@ -41,10 +41,9 @@ static inline int pcibus_to_node(struct 
 }
 #endif
 
-#define pcibus_to_cpumask(bus)	(pcibus_to_node(bus) == -1 ? \
-					CPU_MASK_ALL : \
-					node_to_cpumask(pcibus_to_node(bus)) \
-				)
+#define cpumask_for_pcibus(bus)	(pcibus_to_node(bus) == -1 ?		\
+				 cpu_mask_all :				\
+				 cpumask_for_node(pcibus_to_node(bus)))
 
 /* sched_domains SD_NODE_INIT for PPC64 machines */
 #define SD_NODE_INIT (struct sched_domain) {		\
