Go to the documentation of this file. 1 #ifndef _ASM_X86_NUMA_H
2 #define _ASM_X86_NUMA_H
6 #include <asm/topology.h>
11 #define NR_NODE_MEMBLKS (MAX_NUMNODES*2)
12 #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))
19 #define NODE_MIN_SIZE (4*1024*1024)
71 static inline void numa_add_cpu(
int cpu) { }
72 static inline void numa_remove_cpu(
int cpu) { }
75 #ifdef CONFIG_DEBUG_PER_CPU_MAPS
79 #ifdef CONFIG_NUMA_EMU
80 #define FAKE_NODE_MIN_SIZE ((u64)32 << 20)
81 #define FAKE_NODE_MIN_HASH_MASK (~(FAKE_NODE_MIN_SIZE - 1UL))