diff options
Diffstat (limited to 'arch/x86/include/asm/numa.h')
-rw-r--r-- | arch/x86/include/asm/numa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/numa.h b/arch/x86/include/asm/numa.h index 5982d418c35..c24306cd150 100644 --- a/arch/x86/include/asm/numa.h +++ b/arch/x86/include/asm/numa.h | |||
@@ -19,6 +19,7 @@ | |||
19 | * numa_cpu_node(). | 19 | * numa_cpu_node(). |
20 | */ | 20 | */ |
21 | extern s16 __apicid_to_node[MAX_LOCAL_APIC]; | 21 | extern s16 __apicid_to_node[MAX_LOCAL_APIC]; |
22 | extern nodemask_t numa_nodes_parsed __initdata; | ||
22 | 23 | ||
23 | static inline void set_apicid_to_node(int apicid, s16 node) | 24 | static inline void set_apicid_to_node(int apicid, s16 node) |
24 | { | 25 | { |