powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=n
[pandora-kernel.git] / arch / powerpc / include / asm / topology.h
index 996ed16..60097b3 100644 (file)
@@ -107,6 +107,9 @@ static inline void sysfs_remove_device_from_node(struct sys_device *dev,
                                                int nid)
 {
 }
+
+static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) {}
+
 #endif /* CONFIG_NUMA */
 
 #if defined(CONFIG_NUMA) && defined(CONFIG_PPC_SPLPAR)