]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/topology.h
numa, cpumask: move numa_node_id default implementation to topology.h
[linux-2.6-omap-h63xx.git] / include / linux / topology.h
index 16b7d6896ce9da8c17051bfc8e33cb94e976960e..7402c1a27c4f5149e1fe71c02356a909ec99ccc0 100644 (file)
@@ -196,4 +196,9 @@ int arch_update_cpu_topology(void);
 #define topology_core_cpumask(cpu)             cpumask_of(cpu)
 #endif
 
+/* Returns the number of the current Node. */
+#ifndef numa_node_id
+#define numa_node_id()         (cpu_to_node(raw_smp_processor_id()))
+#endif
+
 #endif /* _LINUX_TOPOLOGY_H */