Go to the documentation of this file.
8 #ifndef _ASM_IA64_SN_NODEPDA_H
9 #define _ASM_IA64_SN_NODEPDA_H
13 #include <asm/sn/arch.h>
14 #include <asm/sn/intr.h>
73 #define sn_nodepda (__get_cpu_var(__sn_nodepda))
74 #define NODEPDA(cnodeid) (sn_nodepda->pernode_pdaindr[cnodeid])
80 #define is_headless_node(cnodeid) (nr_cpus_node(cnodeid) == 0)