[POWERPC] 86xx: Remove unused IRQ defines
[safe/jmp/linux-2.6] / include / asm-powerpc / topology.h
index 0ad21a8..ca23b68 100644 (file)
@@ -108,7 +108,7 @@ static inline void sysfs_remove_device_from_node(struct sys_device *dev,
 #ifdef CONFIG_PPC64
 #include <asm/smp.h>
 
-#define topology_thread_siblings(cpu)  (cpu_sibling_map[cpu])
+#define topology_thread_siblings(cpu)  (per_cpu(cpu_sibling_map, cpu))
 #endif
 #endif