]> err.no Git - linux-2.6/blobdiff - include/asm-ppc64/topology.h
[PATCH] Consolidate the asm-ppc*/fcntl.h files into asm-powerpc
[linux-2.6] / include / asm-ppc64 / topology.h
index d58d9dd799980b05cff9f79eb6db95e0e1a89639..1e9b1907323069f2acc3e446f32a43fcd909eb4a 100644 (file)
@@ -33,6 +33,7 @@ static inline int node_to_first_cpu(int node)
        return first_cpu(tmp);
 }
 
+#define pcibus_to_node(node)    (-1)
 #define pcibus_to_cpumask(bus) (cpu_online_map)
 
 #define nr_cpus_node(node)     (nr_cpus_in_node[node])
@@ -59,7 +60,7 @@ static inline int node_to_first_cpu(int node)
        .nr_balance_failed      = 0,                    \
 }
 
-#else /* !CONFIG_NUMA */
+#else
 
 #include <asm-generic/topology.h>