diff options
Diffstat (limited to 'include/asm-x86/topology.h')
-rw-r--r-- | include/asm-x86/topology.h | 2 |
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[]; | |||
37 | DECLARE_PER_CPU(u16, x86_cpu_to_node_map); | 37 | DECLARE_PER_CPU(u16, x86_cpu_to_node_map); |
38 | extern u16 x86_cpu_to_node_map_init[]; | 38 | extern u16 x86_cpu_to_node_map_init[]; |
39 | extern void *x86_cpu_to_node_map_early_ptr; | 39 | extern 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 | ||
42 | extern cpumask_t node_to_cpumask_map[]; | 44 | extern cpumask_t node_to_cpumask_map[]; |