diff options
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
| -rw-r--r-- | arch/powerpc/kernel/asm-offsets.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index f0df285f0f8..0812b0f414b 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c @@ -133,7 +133,7 @@ int main(void)  	DEFINE(PACAKMSR, offsetof(struct paca_struct, kernel_msr));  	DEFINE(PACASOFTIRQEN, offsetof(struct paca_struct, soft_enabled));  	DEFINE(PACAHARDIRQEN, offsetof(struct paca_struct, hard_enabled)); -	DEFINE(PACAPERFPEND, offsetof(struct paca_struct, perf_counter_pending)); +	DEFINE(PACAPERFPEND, offsetof(struct paca_struct, perf_event_pending));  	DEFINE(PACACONTEXTID, offsetof(struct paca_struct, context.id));  #ifdef CONFIG_PPC_MM_SLICES  	DEFINE(PACALOWSLICESPSIZE, offsetof(struct paca_struct,  |