Go to the documentation of this file.
11 #ifndef _ASM_IA64_NUMA_H
12 #define _ASM_IA64_NUMA_H
23 #include <asm/mmzone.h>
38 struct node_memblk_s {
39 unsigned long start_paddr;
62 #define node_distance(from,to) (numa_slit[(from) * MAX_NUMNODES + (to)])
66 #define local_nodeid (cpu_to_node_map[smp_processor_id()])
73 #define map_cpu_to_node(cpu, nid) do{}while(0)
74 #define unmap_cpu_from_node(cpu, nid) do{}while(0)
76 #define paddr_to_nid(addr) 0