arm64, ACPI, NUMA: NUMA support based on SRAT and SLIT
[cascardo/linux.git] / arch / arm64 / include / asm / numa.h
index e9b4f29..600887e 100644 (file)
@@ -5,6 +5,8 @@
 
 #ifdef CONFIG_NUMA
 
+#define NR_NODE_MEMBLKS                (MAX_NUMNODES * 2)
+
 /* currently, arm64 implements flat NUMA topology */
 #define parent_node(node)      (node)