powerpc: Fix bad inline asm constraint in create_zero_mask()
[deliverable/linux.git] / arch / powerpc / include / asm / percpu.h
CommitLineData
7a0268fa
AB
1#ifndef _ASM_POWERPC_PERCPU_H_
2#define _ASM_POWERPC_PERCPU_H_
3#ifdef __powerpc64__
7a0268fa
AB
4
5/*
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.
8 */
9
10#ifdef CONFIG_SMP
11
12#include <asm/paca.h>
13
1e835278 14#define __my_cpu_offset local_paca->data_offset
7a0268fa 15
56f90205 16#endif /* CONFIG_SMP */
17#endif /* __powerpc64__ */
7a0268fa 18
6f9aa727 19#include <asm-generic/percpu.h>
7a0268fa
AB
20
21#endif /* _ASM_POWERPC_PERCPU_H_ */
This page took 0.753836 seconds and 5 git commands to generate.