Go to the documentation of this file.
11 #ifndef _ASM_IA64_NODEDATA_H
12 #define _ASM_IA64_NODEDATA_H
16 #include <asm/percpu.h>
17 #include <asm/mmzone.h>
26 struct ia64_node_data {
27 short active_cpu_count;
36 #define local_node_data (local_cpu_data->node_data)
47 #define NODE_DATA(nid) (local_node_data->pg_data_ptrs[nid])
57 #define LOCAL_DATA_ADDR(pgdat) \
58 ((struct ia64_node_data *)((u64)(pgdat) + \
59 L1_CACHE_ALIGN(sizeof(struct pglist_data))))