1 #ifndef _ASM_X8664_NUMA_H
2 #define _ASM_X8664_NUMA_H 1
11 #define for_all_nodes(x) for ((x) = 0; (x) < numnodes; (x)++) \
14 extern int compute_hash_shift(struct node
*nodes
);
16 #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))
18 extern void numa_add_cpu(int cpu
);
19 extern void numa_init_array(void);