aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/numa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/numa.h b/include/asm-x86_64/numa.h
index 5c363a1482e4..3aaf70027213 100644
--- a/include/asm-x86_64/numa.h
+++ b/include/asm-x86_64/numa.h
@@ -16,6 +16,8 @@ extern void numa_add_cpu(int cpu);
16extern void numa_init_array(void); 16extern void numa_init_array(void);
17extern int numa_off; 17extern int numa_off;
18 18
19extern unsigned char apicid_to_node[256];
20
19#define NUMA_NO_NODE 0xff 21#define NUMA_NO_NODE 0xff
20 22
21#endif 23#endif