aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/topology.h')
-rw-r--r--include/asm-x86/topology.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/topology.h b/include/asm-x86/topology.h
index 9a8228a177c7..7b0cce2f370d 100644
--- a/include/asm-x86/topology.h
+++ b/include/asm-x86/topology.h
@@ -37,6 +37,8 @@ extern u8 cpu_to_node_map[];
37DECLARE_PER_CPU(u16, x86_cpu_to_node_map); 37DECLARE_PER_CPU(u16, x86_cpu_to_node_map);
38extern u16 x86_cpu_to_node_map_init[]; 38extern u16 x86_cpu_to_node_map_init[];
39extern void *x86_cpu_to_node_map_early_ptr; 39extern void *x86_cpu_to_node_map_early_ptr;
40/* Returns the number of the current Node. */
41#define numa_node_id() (early_cpu_to_node(raw_smp_processor_id()))
40#endif 42#endif
41 43
42extern cpumask_t node_to_cpumask_map[]; 44extern cpumask_t node_to_cpumask_map[];