Go to the documentation of this file.
8 #ifndef _ASM_IA64_SN_PDA_H
9 #define _ASM_IA64_SN_PDA_H
12 #include <asm/percpu.h>
48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
64 #define pda (&__ia64_per_cpu_var(pda_percpu))
66 #define pdacpu(cpu) (&per_cpu(pda_percpu, cpu))