1 #ifndef _ASM_POWERPC_PERCPU_H_
2 #define _ASM_POWERPC_PERCPU_H_
6 * Same as asm-generic/percpu.h, except that we store the per cpu offset
7 * in the paca. Based on the x86-64 implementation.
14 #define __my_cpu_offset local_paca->data_offset
16 #endif /* CONFIG_SMP */
17 #endif /* __powerpc64__ */
19 #include <asm-generic/percpu.h>
21 #endif /* _ASM_POWERPC_PERCPU_H_ */